feat: calendar component

This commit is contained in:
2025-04-20 14:04:39 +03:00
parent 97879cc41b
commit bdb3effaf0
4 changed files with 20 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ const ProfilePage: FunctionComponent = () => {
<Router>
<Route path="/settings" component={lazy(() => import("./profile_settings"))} />
<Route path="/tasks" component={lazy(() => import("./profile_tasks"))} />
<Route path="/calendar" component={lazy(() => import("./calendar"))} />
<Route path="/calendar" component={lazy(() => import("./profile_calendar"))} />
<Route
default
component={() => {