fix: remove main.ts in src
This commit is contained in:
parent
4d33e78454
commit
780eed20d5
@ -1,14 +0,0 @@
|
||||
import "./tailwind.css";
|
||||
import App from "@/DialogOverflowTest.tsx";
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
|
||||
const ROOT = document.getElementById("root");
|
||||
|
||||
if (!ROOT) throw new Error("ROOT is not found");
|
||||
|
||||
ReactDOM.createRoot(ROOT).render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user