This commit is contained in:
2024-09-12 17:01:37 +02:00
parent b02564db58
commit 383a0ceb19
757 changed files with 18057 additions and 612 deletions

View File

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