fix router
This commit is contained in:
parent
6d687cabc6
commit
14704c36d4
|
@ -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: [],
|
||||||
|
|
Loading…
Reference in New Issue