| import React from 'react' | |
| import ReactDOM from 'react-dom/client' | |
| import Lythron from './Lythron' | |
| import './index.css' | |
| ReactDOM.createRoot(document.getElementById('root')).render( | |
| <React.StrictMode> | |
| <Lythron /> | |
| </React.StrictMode> | |
| ) | |
| import React from 'react' | |
| import ReactDOM from 'react-dom/client' | |
| import Lythron from './Lythron' | |
| import './index.css' | |
| ReactDOM.createRoot(document.getElementById('root')).render( | |
| <React.StrictMode> | |
| <Lythron /> | |
| </React.StrictMode> | |
| ) | |