Initial Setup for Nile
This commit is contained in:
commit
ca9280f324
36 changed files with 2668 additions and 0 deletions
4
src/App.jsx
Normal file
4
src/App.jsx
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { createRoot } from "react-dom/client";
|
||||
import Nile from "./Nile.jsx";
|
||||
|
||||
const root = createRoot(document.getElementById("root")).render(<Nile />);
|
Loading…
Add table
Add a link
Reference in a new issue