diff --git a/src/index.ts b/src/index.ts index a62383463..b3192d8ae 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,9 +11,9 @@ const ROUTES: Record = { '/server-error': ServerErrorPage(), '/sign-in': SignInPage(), '/sign-up': SignUpPage(), - '/': ChatPage(), + '/chats': ChatPage(), '/settings': SettingsPage(), - // '/': SignInPage() + '/': SignInPage() }