fix router

This commit is contained in:
b1ek 2023-05-16 13:24:23 +10:00
parent 6d687cabc6
commit 14704c36d4
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default Object.freeze({
{ path: "/comparisons", component: <Comparisons />, exact: true }, { path: "/comparisons", component: <Comparisons />, exact: true },
{ path: "/tinder", component: <Tinder />, exact: true }, { path: "/tinder", component: <Tinder />, exact: true },
{ path: "/login", component: <LoginPage />, exact: true }, { path: "/login", component: <LoginPage />, exact: true },
{ path: "/sign-in", component: <LoginPage />, exact: true }, { path: "/sign-in", component: <LoggedIn />, exact: true },
{ path: "/psych_test", component: <PsychTest />, exact: true }, { path: "/psych_test", component: <PsychTest />, exact: true },
], ],
privateRoutes: [], privateRoutes: [],