Skip to content

Commit

Permalink
update tooling2
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Aug 8, 2024
1 parent 0bde6ae commit 01fae58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from "react";
import { Boot } from "./App/Boot";
import { createRoot } from "react-dom/client";

const container = document.getElementById("root")!;
const root = createRoot(container);
root.render(<Boot />);

0 comments on commit 01fae58

Please sign in to comment.