Skip to content

Commit 53c2e90

Browse files
m
1 parent 2f7bf12 commit 53c2e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ class MyApp extends StatelessWidget {
116116
surface: Colors.black87,
117117
onSurface: Colors.white),
118118
),
119-
home: homeLayoutScreen(),
119+
// home: homeLayoutScreen(),
120120
// home: HomeScreen(),
121121
// home: Login(),
122122
// home: CreateCommunity(),
123-
// home: Login(),
123+
home: Login(),
124124
// home: ForgotUserName(),
125125
// home: SignUp(),
126126
// home: Gender(),

0 commit comments

Comments
 (0)