import './index.css' import React from 'react' import App from './App' const root = createRoot(document.getElementById('root')) root.render()