Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 04dd0d6

Browse files
committed
Revert "Remove maps from pages"
This reverts commit 7e14a7a.
1 parent 6e1ac64 commit 04dd0d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/client/src/services/AppRouter/pages.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ export const pages: { pinned: TimetablPage[]; unpinned: TimetablPage[] } = {
7373
},
7474
],
7575
unpinned: [
76+
{
77+
path: "maps",
78+
name: "Maps",
79+
icon: MapTrifold,
80+
mirrored: false,
81+
element: <ComingSoon />,
82+
},
7683
{
7784
path: "points",
7885
name: "Points",

0 commit comments

Comments
 (0)