This commit is contained in:
2025-11-25 17:01:01 -05:00
parent 6b8b490b3e
commit b2171fec3b
101 changed files with 2090 additions and 28 deletions
+5 -2
View File
@@ -1,4 +1,7 @@
{
"/gunbuilder/page": "app/gunbuilder/page.js",
"/gunbuilder/[categoryId]/page": "app/gunbuilder/[categoryId]/page.js"
"/gunbuilder/[categoryId]/page": "app/gunbuilder/[categoryId]/page.js",
"/gunbuilder/build/page": "app/gunbuilder/build/page.js",
"/gunbuilder/[categoryId]/[partId]/page": "app/gunbuilder/[categoryId]/[partId]/page.js",
"/page": "app/page.js",
"/gunbuilder/page": "app/gunbuilder/page.js"
}