feat: calendar component
This commit is contained in:
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user