Fix blank screen before first load

This commit is contained in:
yaso 2026-06-22 10:58:59 +02:00
parent aacb33fa0b
commit fd003b0100
4 changed files with 7 additions and 3 deletions

View file

@ -33,8 +33,7 @@ void main() async {
debugPrint('APP INSTALLED!');
});
final GoRouter appRouter = MihGoRouter().mihRouter;
FlutterNativeSplash.remove();
runApp(MzansiInnovationHub(
(MzansiInnovationHub(
router: appRouter,
));
}