diff --git a/apps/web/src/main.tsx b/apps/web/src/main.tsx index 4d924f8..f58fb30 100644 --- a/apps/web/src/main.tsx +++ b/apps/web/src/main.tsx @@ -1,8 +1,11 @@ +// import { DateService } from '@repo/utils'; import './main.css'; import { lazy, StrictMode } from 'react'; import { createRoot } from 'react-dom/client'; const App = lazy(() => import('./apps')); +// DateService.setGlobalConfig('Asia/Jakarta'); +// DateService.setGlobalConfig('Asia/Makassar'); createRoot(document.getElementById('app')!).render(