diff --git a/client/src/components/ui/ItListRow.vue b/client/src/components/ui/ItListRow.vue new file mode 100644 index 00000000..bb134554 --- /dev/null +++ b/client/src/components/ui/ItListRow.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/client/src/components/ui/ItPersonRow.vue b/client/src/components/ui/ItPersonRow.vue index 6f3561d9..b544a9be 100644 --- a/client/src/components/ui/ItPersonRow.vue +++ b/client/src/components/ui/ItPersonRow.vue @@ -1,4 +1,6 @@ + + + + diff --git a/client/src/router/index.ts b/client/src/router/index.ts index d677aba0..3b5b4a41 100644 --- a/client/src/router/index.ts +++ b/client/src/router/index.ts @@ -128,6 +128,10 @@ const router = createRouter({ path: "/profile", component: () => import("@/pages/ProfilePage.vue"), }, + { + path: "/notifications", + component: () => import("@/pages/NotificationsPage.vue"), + }, { path: "/styleguide", component: () => import("../pages/StyleGuidePage.vue"),