work from bae

This commit is contained in:
2025-07-09 11:12:24 +02:00
parent 0c98ad90a6
commit d34878fc5e
7 changed files with 204 additions and 8 deletions

View File

@@ -162,7 +162,10 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
onTap: () {
Navigator.of(context).pushNamed(
'/package-dev',
arguments: widget.signedInUser,
arguments: TestArguments(
widget.signedInUser,
widget.business,
),
);
},
appName: "Test",