// main.jsx - React Application Entry Point

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(<App />);
