Prepared Nile v1
This commit is contained in:
parent
ca9280f324
commit
0b19036190
145 changed files with 5541 additions and 1285 deletions
|
@ -1,4 +1,8 @@
|
|||
import { createRoot } from "react-dom/client";
|
||||
import Nile from "./Nile.jsx";
|
||||
import Footer from "./pages/delta/Footer.jsx";
|
||||
|
||||
const root = createRoot(document.getElementById("root")).render(<Nile />);
|
||||
const nileRoot = createRoot(document.getElementById("root"));
|
||||
nileRoot.render(<Nile />);
|
||||
/*const footerRoot = createRoot(document.getElementById("footer"))
|
||||
footerRoot.render(<Footer />);*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue