another one

This commit is contained in:
2025-02-22 20:12:27 +03:00
parent 1e803b4beb
commit b6fa50a59e
201 changed files with 5165 additions and 8036 deletions

View File

@@ -1,5 +1,7 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/page": "app/page.js",
"/cart/page": "app/cart/page.js"
"/favorites/page": "app/favorites/page.js",
"/cart/page": "app/cart/page.js",
"/search/page": "app/search/page.js",
"/product/[id]/page": "app/product/[id]/page.js"
}