feat: add initial support for points page

This commit is contained in:
Arvid Norlin
2024-05-13 15:24:15 +02:00
parent e853f3980a
commit 7ad8726633
10 changed files with 185 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import {
benefits,
myPages,
overview,
points,
profile,
profileEdit,
stays,
@@ -19,4 +20,5 @@ export const authRequired = [
...Object.values(profile),
...Object.values(profileEdit),
...Object.values(stays),
...Object.values(points),
]