feat: comment out unused DateService imports and configurations
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
|
// import { DateService } from '@repo/utils';
|
||||||
import './main.css';
|
import './main.css';
|
||||||
import { lazy, StrictMode } from 'react';
|
import { lazy, StrictMode } from 'react';
|
||||||
import { createRoot } from 'react-dom/client';
|
import { createRoot } from 'react-dom/client';
|
||||||
const App = lazy(() => import('./apps'));
|
const App = lazy(() => import('./apps'));
|
||||||
|
|
||||||
|
// DateService.setGlobalConfig('Asia/Jakarta');
|
||||||
|
// DateService.setGlobalConfig('Asia/Makassar');
|
||||||
createRoot(document.getElementById('app')!).render(
|
createRoot(document.getElementById('app')!).render(
|
||||||
<StrictMode>
|
<StrictMode>
|
||||||
<App />
|
<App />
|
||||||
|
|||||||
Reference in New Issue
Block a user