updates on the create order page ui changes
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import logger from './utils/logger';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { BrowserRouter } from 'react-router-dom';
|
||||
|
||||
@@ -38,6 +39,8 @@ if (process.env.NODE_ENV !== 'development') {
|
||||
console.warn = () => {}; // Optionally disable console.warn
|
||||
}
|
||||
|
||||
logger.info('NearlExpress console application starting...');
|
||||
|
||||
// const root = ReactDOM.createRoot(document.getElementById('root'));
|
||||
|
||||
// ==============================|| MAIN - REACT DOM RENDER ||============================== //
|
||||
|
||||
Reference in New Issue
Block a user