Услуги

This commit is contained in:
Халимов Рустам
2026-03-05 15:24:49 +03:00
parent b651f53958
commit 663ec55887
275 changed files with 6775 additions and 907 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/auth/login/page": "app/auth/login/page.js",
"/auth/register/page": "app/auth/register/page.js",
"/page": "app/page.js",
"/auth/login/page": "app/auth/login/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",
"/dashboard/profile/page": "app/dashboard/profile/page.js"
"/page": "app/page.js"
}