Правка поиска, сортировка
This commit is contained in:
@@ -11,35 +11,20 @@
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/page.js"
|
||||
],
|
||||
"/auth/login/page": [
|
||||
"/search/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/auth/login/page.js"
|
||||
],
|
||||
"/auth/register/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/auth/register/page.js"
|
||||
],
|
||||
"/dashboard/profile/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/dashboard/profile/page.js"
|
||||
"static/chunks/app/search/page.js"
|
||||
],
|
||||
"/dashboard/offers/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/dashboard/offers/page.js"
|
||||
],
|
||||
"/dashboard/offers/create/page": [
|
||||
"/dashboard/profile/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/dashboard/offers/create/page.js"
|
||||
],
|
||||
"/search/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/search/page.js"
|
||||
"static/chunks/app/dashboard/profile/page.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user