Skip to content

Commit 003bf4c

Browse files
committed
Update index.tsx
1 parent a833ac9 commit 003bf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import { createRoot } from "react-dom/client";
33
import App from "./src/App";
44

55
const container = document.querySelector("#root");
6-
const root = createRoot(container!); // createRoot(container!) if you use TypeScript
6+
const root = createRoot(container!);
77
root.render(<App />);

0 commit comments

Comments
 (0)