Merge pull request #16 from Hestia-Homes/feature/make_it_live_ready

commit ot main
This commit is contained in:
Jun-te Kim 2025-11-30 20:06:24 +00:00 committed by GitHub
commit 623848c1f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,10 +3,9 @@ import dash_bootstrap_components as dbc
import pandas as pd
from datetime import datetime, timedelta
from dashboard.services.file_manager import FileManager
from dashboard.services.json_reader import jsonReader
from dashboard.components.pivot_charts import build_pivot_tables_and_charts, week_start_monday
from backend.src.dashboard.services.file_manager import FileManager
from backend.src.dashboard.services.json_reader import jsonReader
from backend.src.dashboard.components.pivot_charts import build_pivot_tables_and_charts, week_start_monday
SAFE_DELIM = "\\\\"