fix: fechas utc to utc + 4

This commit is contained in:
2026-06-13 08:56:02 -05:00
parent 9c760a6126
commit 3e2843ac57
2269 changed files with 26421 additions and 637244 deletions
+7 -7
View File
@@ -26,20 +26,20 @@
"static/chunks/main-app.js",
"static/chunks/app/dashboard/loading.js"
],
"/dashboard/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/dashboard/page.js"
],
"/dashboard/calendar/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/dashboard/calendar/page.js"
],
"/page": [
"/dashboard/appointments/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/login/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/login/page.js"
"static/chunks/app/dashboard/appointments/page.js"
]
}
}