Fix merge conflicts

This commit is contained in:
Shawn 2024-01-18 12:14:40 -07:00
parent 4b34f81555
commit a71de46804

View File

@ -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,