Move recommendations behind search controls
Build and deploy Flutter Web / build (push) Successful in 2m40s

This commit is contained in:
Ruslan Bakiev
2026-06-12 23:13:24 +07:00
parent 0f5061ce96
commit b9d8192d01
3 changed files with 116 additions and 100 deletions
+1 -4
View File
@@ -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) {