mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
remove un needed changes
This commit is contained in:
@@ -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>
|
||||
);
|
||||
Reference in New Issue
Block a user