edit events

This commit is contained in:
2024-10-02 18:24:06 +02:00
parent 7febea983e
commit c4d8d2bd3b
53 changed files with 199 additions and 183 deletions

View File

@@ -1,5 +1,7 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/(main)/page": "app/(main)/page.js",
"/events/versefest/page": "app/events/versefest/page.js"
"/community/page": "app/community/page.js",
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js",
"/events/blockchainweek2/page": "app/events/blockchainweek2/page.js",
"/events/versefest/page": "app/events/versefest/page.js",
"/(main)/page": "app/(main)/page.js"
}