copyright

This commit is contained in:
kurpfish
2021-08-17 13:05:13 +03:00
parent 1f7af46032
commit 251a87bd85
5 changed files with 2 additions and 8 deletions

View File

@ -23,7 +23,7 @@ const App = () => {
<Route path='/auth' exact>
<AuthPageForPartners />
</Route>
<ProtectedRoute path='/' exact component={HomePage} />
<ProtectedRoute exact path='/' component={HomePage} />
<ProtectedRoute exact path='/candidate/:id' component={CandidatePage} />
<ProtectedRoute path='/calendar' component={CalendarPage} />
<ProtectedRoute exact path='/candidate/:id/form' component={FormPage} />