diff --git a/src/main.tsx b/src/main.tsx index afc6661a..dea475e2 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,6 +1,6 @@ - +// main.tsx import { createRoot } from "react-dom/client"; import App from "./App.tsx"; -// import "../src/"; -declare module '*.css'; +import "../src/index.css"; + createRoot(document.getElementById("root")!).render(); \ No newline at end of file