Переписываю спорные решения

This commit is contained in:
2023-01-16 20:42:27 +03:00
parent f75510b20c
commit 907f3e830d
4 changed files with 13 additions and 7 deletions

View File

@ -54,7 +54,6 @@ const App = () => {
<Route index element={<Profile/>}/>
<Route exact path='calendar' element={<ProfileCalendarPage/>}/>
<Route exact path='summary' element={<Summary/>}/>
<Route exact path='calendar' element={ProfileCalendarPage} />
</Route>
<Route path="*" element={<Navigate to="/" replace/>}/>