mirror of
https://github.com/git-touch/git-touch
synced 2025-02-13 01:50:43 +01:00
fix: path screen map
This commit is contained in:
parent
9207d52cf3
commit
cac6385e6e
@ -91,11 +91,11 @@ final router = GoRouter(
|
|||||||
// common
|
// common
|
||||||
GoRoute(
|
GoRoute(
|
||||||
path: 'choose-code-theme',
|
path: 'choose-code-theme',
|
||||||
builder: (context, state) => LoginScreen(),
|
builder: (context, state) => CodeThemeScreen(),
|
||||||
),
|
),
|
||||||
GoRoute(
|
GoRoute(
|
||||||
path: 'login',
|
path: 'login',
|
||||||
builder: (context, state) => CodeThemeScreen(),
|
builder: (context, state) => LoginScreen(),
|
||||||
),
|
),
|
||||||
GoRoute(
|
GoRoute(
|
||||||
path: 'settings',
|
path: 'settings',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user