Создание заказа, карта, поиск, починка аватара

This commit is contained in:
Халимов Рустам
2026-03-06 13:51:08 +03:00
parent 663ec55887
commit 2ad8456505
423 changed files with 35422 additions and 4644 deletions
+3 -5
View File
@@ -1,10 +1,8 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/auth/register/page": "app/auth/register/page.js",
"/auth/login/page": "app/auth/login/page.js",
"/auth/register/page": "app/auth/register/page.js",
"/dashboard/offers/page": "app/dashboard/offers/page.js",
"/dashboard/offers/create/page": "app/dashboard/offers/create/page.js",
"/dashboard/profile/page": "app/dashboard/profile/page.js",
"/dashboard/become-performer/page": "app/dashboard/become-performer/page.js",
"/page": "app/page.js"
"/search/page": "app/search/page.js",
"/dashboard/profile/page": "app/dashboard/profile/page.js"
}