fixed page auth

This commit is contained in:
MaxOvs19
2023-11-28 22:03:56 +03:00
parent 5dc5b75f9e
commit f78e394834
5 changed files with 19 additions and 13 deletions

View File

@ -79,6 +79,8 @@ const App = () => {
path="/tracker/project/:id"
element={<ProjectTracker />}
/>
<Route exact path="/tracker-start"></Route>
<Route exact path="/auth-candidate" element={<AuthForCandidate />} />
<Route
exact
@ -135,6 +137,8 @@ const App = () => {
element={<PartnerEmployees />}
/>
</Route>
<Route exact path="profile-candidate/:id">
<Route index element={<ProfileCandidate />} />
</Route>