This commit is contained in:
2025-11-25 17:14:52 -05:00
parent b2171fec3b
commit 0471810118
77 changed files with 1255 additions and 66 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"/gunbuilder/page": "app/gunbuilder/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"
"/gunbuilder/build/page": "app/gunbuilder/build/page.js",
"/gunbuilder/[categoryId]/[partId]/page": "app/gunbuilder/[categoryId]/[partId]/page.js"
}