Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ coverage

*storybook.log
storybook-static
.serena
7 changes: 7 additions & 0 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import { SubstituteRequestPage } from '@/pages/user/substitute-request'
import { StoreRegisterPage } from '@/pages/manager/store-register'
import { ManagerWorkerInvitePage } from '@/pages/manager/worker-invite'
import { WorkspaceJoinPage } from '@/pages/user/workspace-join'
import { NotificationPage } from '@/pages/notification'
import { NotificationSettingsPage } from '@/pages/notification/settings'
import { MyPage } from '@/pages/my'
import { ProfileEditPage } from '@/pages/my/profile'
import { ErrorPageRoute } from '@/pages/error'
Expand Down Expand Up @@ -98,6 +100,11 @@ export function App() {
element={<AppliedStoresPage />}
/>
<Route path={ROUTES.MY.PROFILE} element={<ProfileEditPage />} />
<Route path={ROUTES.NOTIFICATIONS} element={<NotificationPage />} />
<Route
path={ROUTES.NOTIFICATION_SETTINGS}
element={<NotificationSettingsPage />}
/>
<Route
path={ROUTES.MANAGER.WORKER_SCHEDULE}
element={<ManagerWorkerScheduleLegacyEntryRedirect />}
Expand Down
9 changes: 9 additions & 0 deletions src/assets/alter-logo-vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading