import { createRoot } from "react-dom/client"; import Nile from "./Nile.jsx"; const root = createRoot(document.getElementById("root")).render();