feat: implement CurrencyService for formatting and parsing currency values, update InputCurrency component, and add tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// import { DateService } from '@repo/utils';
|
||||
// import { CurrencyService } from '@repo/utils';
|
||||
import './main.css';
|
||||
import { lazy, StrictMode } from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
@@ -6,6 +7,8 @@ const App = lazy(() => import('./apps'));
|
||||
|
||||
// DateService.setGlobalConfig('Asia/Jakarta');
|
||||
// DateService.setGlobalConfig('Asia/Makassar');
|
||||
|
||||
// CurrencyService.setGlobalPrefix('IDR ');
|
||||
createRoot(document.getElementById('app')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
|
||||
Reference in New Issue
Block a user