updates on the create order page ui changes

This commit is contained in:
2026-05-27 11:07:26 +05:30
parent 122dd220be
commit 8c2248974e
9 changed files with 6083 additions and 3288 deletions

View File

@@ -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 ||============================== //