added page and edit backend for edit calendar by token

This commit is contained in:
masterelmar
2023-10-17 11:01:26 +02:00
parent 01e32448c9
commit 0923d51b7e
11 changed files with 512 additions and 4 deletions

View File

@@ -7,6 +7,11 @@ const items = ref([
icon: "pi pi-fw pi-plus",
url: "/",
},
{
label: "Edit Calendar",
icon: "pi pi-fw pi-pencil",
url: "/edit",
},
{
label: "FAQ",
icon: "pi pi-fw pi-book",