This commit is contained in:
counterweight 2025-05-25 14:19:38 +02:00
parent f1b67a4346
commit 949fef7a08
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -1,6 +1,4 @@
import ReactDOM from "react-dom/client";
import App from "./App";
import axios from "axios";
ReactDOM.createRoot(document.getElementById("root")).render(<App />);