chore: update

This commit is contained in:
Simon Ding
2024-07-09 19:22:49 +08:00
parent 3970d66158
commit 54de83730a
4 changed files with 36 additions and 35 deletions

View File

@@ -54,6 +54,10 @@ class MyApp extends StatelessWidget {
);
},
routes: [
GoRoute(
path: "/",
redirect: (context, state) => WelcomePage.route,
),
GoRoute(
path: WelcomePage.route,
builder: (context, state) => const WelcomePage(),