annator / aimoneyflow /src /main.jsx
techprotrade's picture
Add aimoneyflow directory (part 10)
13971d4 verified
Raw
History Blame Contribute Delete
163 Bytes
import React from "react";
import { createRoot } from "react-dom/client";
import App from "./App.jsx";
createRoot(document.getElementById("root")).render(<App />);