mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
chore: update
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user