This commit is contained in:
Nico
2024-11-20 15:23:49 +01:00
parent c9e9fe10da
commit c292476322
14 changed files with 3655 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ class MyApp extends StatelessWidget {
'/viewCams': (context) => const ViewCams(),
'/introScreen': (context) => const IntroScreen(),
'/settings': (context) => const Settings(),
'/excursion': (context) => const Settings(),
},
);
}