Skip to content
Snippets Groups Projects
Verified Commit 1a35c942 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Re-insert auth area.

parent 8606d249
No related branches found
No related tags found
1 merge request!60New component to search senior (see #12). Enhance responsiveness and solve #10 and #11
Pipeline #12712 failed
......@@ -40,7 +40,7 @@ export const App: FC = () => {
<Switch>
<Route exact path={NonAuthRoutes.home} component={LandingPage} />
<Route path={NonAuthRoutes.auth} component={AuthUser} />
<Route path={AuthRoutes.dashboard} component={Dashboard} />
<Route path={AuthRoutes.dashboard} component={All(Dashboard)} />
<Route
path={NonAuthRoutes.unauthorized}
component={Unauthorized}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment