diff --git a/src/routes/index.tsx b/src/routes/index.tsx
index 79c638a..8b84b33 100644
--- a/src/routes/index.tsx
+++ b/src/routes/index.tsx
@@ -3,7 +3,6 @@ import App from "~/components/App";
import { Switch, Match } from "solid-js";
import { WaitlistAlreadyIn } from "~/components/waitlist/WaitlistAlreadyIn";
import WaitlistForm from "~/components/waitlist/WaitlistForm";
-import ReloadPrompt from "~/components/Reload";
import { useMegaStore } from "~/state/megaStore";
import LoadingSpinner from "~/components/LoadingSpinner";
@@ -20,8 +19,6 @@ export default function Home() {
return (
<>
-
-
} >
{/* TODO: might need this state.node_manager guard on all wallet routes */}