fix(react): temporarily remove app import
This commit is contained in:
parent
b3ebcb45ee
commit
9709f0e381
@ -1,10 +1,7 @@
|
||||
import "./tailwind.css";
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import App from "./App.tsx";
|
||||
|
||||
ReactDOM.createRoot(document.getElementById("root")!).render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>
|
||||
<React.StrictMode></React.StrictMode>,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user