add events

This commit is contained in:
2024-09-16 17:10:38 +02:00
parent 6f9c79e0c4
commit 08deb1b959
993 changed files with 13866 additions and 6039 deletions

View File

@@ -1,6 +1,8 @@
{
"/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js",
"/community/page": "app/community/page.js",
"/usecases/page": "app/usecases/page.js",
"/community/page": "app/community/page.js"
"/community/versefest/page": "app/community/versefest/page.js",
"/community/blockchainweek1/page": "app/community/blockchainweek1/page.js",
"/(main)/page": "app/(main)/page.js",
"/community/blockchainweek2/page": "app/community/blockchainweek2/page.js"
}