Skip to content

Commit

Permalink
Updated index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MilaVizelka authored Oct 2, 2023
1 parent 4f27751 commit 5454c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const ROUTES: Record<string, string> = {
'/server-error': ServerErrorPage(),
'/sign-in': SignInPage(),
'/sign-up': SignUpPage(),
'/': ChatPage(),
'/chats': ChatPage(),
'/settings': SettingsPage(),
// '/': SignInPage()
'/': SignInPage()

}

Expand Down

0 comments on commit 5454c10

Please sign in to comment.