Skip to content

Commit a42bd0d

Browse files
committed
Added profile page 02
1 parent 1e75fd5 commit a42bd0d

15 files changed

+400
-2
lines changed
1.43 KB
Loading
1.25 KB
Loading
820 Bytes
Loading
4.08 KB
Loading
419 KB
Loading
55.6 KB
Loading
52.8 KB
Loading
59.3 KB
Loading
155 KB
Loading

lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class MyApp extends StatelessWidget {
2727
routes: {
2828
//PROFILE pages
2929
PROFILE_PAGES[0]: (context) => ProfilePageOne(),
30+
PROFILE_PAGES[1]: (context) => ProfilePageTwo(),
3031

3132
SIGN_UP_PAGES[0]: (context) => SignPageOne(),
3233
SIGN_UP_PAGES[1]: (context) => SignPageTwo(),

0 commit comments

Comments
 (0)