This commit is contained in:
2024-09-16 17:26:47 +02:00
parent 367db5c28a
commit 00f42c24eb
22 changed files with 91 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
{
"/(main)/page": "app/(main)/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/community/blockchainweek2/page": "app/community/blockchainweek2/page.js",
"/community/page": "app/community/page.js",
"/(main)/page": "app/(main)/page.js",
"/community/versefest/page": "app/community/versefest/page.js",
"/features/page": "app/features/page.js",
"/usecases/page": "app/usecases/page.js"
}