Fix merge conflicts
This commit is contained in:
parent
4b34f81555
commit
a71de46804
@ -72,14 +72,6 @@ final appRouter = GoRouter(
|
|||||||
},
|
},
|
||||||
routes: [
|
routes: [
|
||||||
AppRoute(ScreenPaths.splash, (_) => Container(color: $styles.colors.greyStrong)), // This will be hidden
|
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.intro, (_) => IntroScreen()),
|
||||||
AppRoute(ScreenPaths.home, (_) => HomeScreen(), routes: [
|
AppRoute(ScreenPaths.home, (_) => HomeScreen(), routes: [
|
||||||
_timelineRoute,
|
_timelineRoute,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user