renamed layt

This commit is contained in:
2024-09-23 13:49:43 +02:00
parent e7690870b5
commit de64f88f21
32 changed files with 44 additions and 16 deletions

View File

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