import { StrictMode } from "react" import client from "react-dom/client" import App from "./app" import "./style.css" const root = client.createRoot(document.body) root.render()