summaryrefslogtreecommitdiff
path: root/client/src/pages.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/pages.ts')
-rw-r--r--client/src/pages.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/pages.ts b/client/src/pages.ts
index 8bf5d23..5ebb9c4 100644
--- a/client/src/pages.ts
+++ b/client/src/pages.ts
@@ -3,6 +3,7 @@ const pages = [
{ name: 'Schedule', to: '/schedule' },
{ name: 'RSVP', to: '/guest/login' },
{ name: 'Registry', to: '/registry' },
+ { name: 'Dashboard', to: '/admin/login' },
];
export default pages;