Fixed Routes

This commit is contained in:
MaxOvs19
2023-11-29 22:18:25 +03:00
parent f78e394834
commit 8338414b1b
3 changed files with 6 additions and 13 deletions

View File

@ -55,6 +55,7 @@ import "./assets/fonts/stylesheet.css";
import "bootstrap/dist/css/bootstrap.min.css";
const App = () => {
const notification = useSelector(getNotification)
return (
@ -79,8 +80,7 @@ const App = () => {
path="/tracker/project/:id"
element={<ProjectTracker />}
/>
<Route exact path="/tracker-start"></Route>
<Route exact path="/auth-candidate" element={<AuthForCandidate />} />
<Route
exact