finished mobile page calendar

This commit is contained in:
Hope87
2021-06-21 12:08:12 +03:00
parent 069e39c09a
commit 855744cf99
4 changed files with 286 additions and 4 deletions

View File

@ -10,7 +10,7 @@ const CandidatePage = lazy(() => import('./pages/CandidatePage'));
const CalendarPage = lazy(() => import('./pages/CalendarPage'));
const App = () => {
const [isAuth, setIsAuth] = useState(false);
const [isAuth, setIsAuth] = useState(true);
return (
<Router>