Skip to content

Commit

Permalink
fix app.dart initial route page
Browse files Browse the repository at this point in the history
  • Loading branch information
NayMak-Adeo committed Feb 21, 2022
1 parent a01b1d8 commit ebfbc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PuzzleApp extends StatelessWidget {
GoRoute(
path: '/',
redirect: (state) {
return PuzzlePage.route;
return HomePage.route;
},
),
GoRoute(
Expand Down

0 comments on commit ebfbc83

Please sign in to comment.