Skip to content

Commit

Permalink
added chatroom tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisleri06 committed Mar 29, 2022
1 parent 9baf6bf commit 98d108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MyApp extends StatelessWidget {
routeInformationParser: VxInformationParser(),
routerDelegate: VxNavigator(
routes: {
"/": (_, __) => const MaterialPage(child: ChatRoom()),
"/": (_, __) => const MaterialPage(child: ChatRoom()), //CHANGE THIS TO HOMEPAGE LATER
MyRoutes.loginRoute: (_, __) =>
const MaterialPage(child: LoginPage()),
MyRoutes.resetRoute: (_, __) =>
Expand Down

0 comments on commit 98d108c

Please sign in to comment.