feat: comment out unused DateService imports and configurations

This commit is contained in:
Firman Ramdhani
2026-01-13 18:08:04 +07:00
parent 63b84a54e9
commit a994be1cd2
+3
View File
@@ -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(
<StrictMode>
<App />