remove un needed changes

This commit is contained in:
Zamitto 2024-05-20 15:52:40 -03:00
parent 485d396b91
commit 07cfbab77f
3 changed files with 0 additions and 15 deletions

View file

@ -1,9 +0,0 @@
import React from "react";
import ReactDOM from "react-dom/client";
import Splash from "./pages/splash/splash";
ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>
<Splash />
</React.StrictMode>
);