adds new default state images

This commit is contained in:
Christian Beutel
2024-03-11 00:08:02 +01:00
parent a2819f3b45
commit 02c82d3e46
25 changed files with 191 additions and 98 deletions

View File

@@ -1,6 +1,7 @@
const privateRoutes = [
"/profile",
"/lists"
"/lists",
"/trail",
]
export function isRouteProtected(path: string) {