layout and header

This commit is contained in:
2025-12-03 06:30:11 -05:00
parent d9f6ef6ead
commit 3e3e0b0466
112 changed files with 7923 additions and 105 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/gunbuilder/admin/merchants/page": "app/gunbuilder/admin/merchants/page.js",
"/gunbuilder/build/page": "app/gunbuilder/build/page.js",
"/gunbuilder/page": "app/gunbuilder/page.js",
"/gunbuilder/[categoryId]/page": "app/gunbuilder/[categoryId]/page.js",
"/gunbuilder/build/page": "app/gunbuilder/build/page.js",
"/page": "app/page.js"
}