diff --git a/lib/router.dart b/lib/router.dart index 7dc250a0..460f79ef 100644 --- a/lib/router.dart +++ b/lib/router.dart @@ -72,14 +72,6 @@ final appRouter = GoRouter( }, routes: [ AppRoute(ScreenPaths.splash, (_) => Container(color: $styles.colors.greyStrong)), // This will be hidden -<<<<<<< HEAD -======= - AppRoute(ScreenPaths.home, (_) => HomeScreen(), routes: [ - AppRoute('collection', (s) { - return CollectionScreen(fromId: s.queryParams['id'] ?? ''); - }), - ]), ->>>>>>> main AppRoute(ScreenPaths.intro, (_) => IntroScreen()), AppRoute(ScreenPaths.home, (_) => HomeScreen(), routes: [ _timelineRoute,