1111 #20
19
dev/demo/index.tsx
Normal file
19
dev/demo/index.tsx
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import ReactDOM from "react-dom/client";
|
||||||
|
import reportWebVitals from "./reportWebVitals";
|
||||||
|
|
||||||
|
import "./style/classes.css";
|
||||||
|
// @ts-ignore
|
||||||
|
import "./style/index.css";
|
||||||
|
// @ts-ignore
|
||||||
|
import "./App.css";
|
||||||
|
import "./style/applies.css";
|
||||||
|
|
||||||
|
// @ts-ignore
|
||||||
|
import App from "./App";
|
||||||
|
|
||||||
|
const root = ReactDOM.createRoot(
|
||||||
|
document.getElementById("root") as HTMLElement,
|
||||||
|
);
|
||||||
|
|
||||||
|
root.render(<App />);
|
||||||
|
reportWebVitals();
|
||||||
Reference in New Issue
Block a user