This commit is contained in:
2024-09-09 16:43:01 +02:00
parent d895ce54f2
commit 16246bf222
188 changed files with 5354 additions and 56 deletions

View File

@@ -1,4 +1,7 @@
{
"/usecases/page": "app/usecases/page.js",
"/(main)/page": "app/(main)/page.js"
"/_not-found/page": "app/_not-found/page.js",
"/community/versefest/page": "app/community/versefest/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js",
"/(main)/page": "app/(main)/page.js",
"/usecases/page": "app/usecases/page.js"
}