Skip to content

Commit

Permalink
fixxxx import
Browse files Browse the repository at this point in the history
  • Loading branch information
Desync-o-tron committed Oct 8, 2024
1 parent 4601114 commit 15c8e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/navigation/routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ enum routeNames {
final GoRouter appRouter = GoRouter(
errorBuilder: (context, state) => const ScaffoldWithNavBar(child: PageNotFoundPage()),
navigatorKey: _rootNavigatorKey,
initialLocation: routeNames.Temp.text,
// initialLocation: routeNames.Temp.text,
// initialLocation: routeNames.Training.text, //////////<--- This is the initial route
// initialLocation: routeNames.Exercises.text, //////////<--- This is the initial route
// initialLocation: routeNames.History.text, //////////<--- This is the initial route
initialLocation: routeNames.History.text, //////////<--- This is the initial route
// initialLocation: routeNames.Community.text, //////////<--- This is the initial route
routes: [
ShellRoute(
Expand Down

0 comments on commit 15c8e39

Please sign in to comment.