Move recommendations behind search controls
Build and deploy Flutter Web / build (push) Successful in 2m40s
Build and deploy Flutter Web / build (push) Successful in 2m40s
This commit is contained in:
@@ -19,10 +19,7 @@ GoRouter createAppRouter() {
|
||||
return GoRouter(
|
||||
errorBuilder: (context, state) => const MapflowShell(),
|
||||
routes: [
|
||||
GoRoute(
|
||||
path: '/',
|
||||
builder: (context, state) => const MapflowShell(),
|
||||
),
|
||||
GoRoute(path: '/', builder: (context, state) => const MapflowShell()),
|
||||
GoRoute(
|
||||
path: '/experience/new',
|
||||
pageBuilder: (context, state) {
|
||||
|
||||
Reference in New Issue
Block a user