diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 0bb4ac3..79c638a 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -5,6 +5,15 @@ 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"; + +function FullscreenLoader() { + return ( +