chore: add client/src/main.tsx
This commit is contained in:
parent
18a24c733d
commit
d9e77adf5c
1 changed files with 5 additions and 0 deletions
5
client/src/main.tsx
Normal file
5
client/src/main.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { createRoot } from "react-dom/client";
|
||||
import App from "./App";
|
||||
import "./index.css";
|
||||
|
||||
createRoot(document.getElementById("root")!).render(<App />);
|
||||
Loading…
Add table
Reference in a new issue