diff --git a/app/scenes/earth/page.tsx b/app/scenes/earth/page.tsx index 5f0db908..d9467989 100644 --- a/app/scenes/earth/page.tsx +++ b/app/scenes/earth/page.tsx @@ -11,9 +11,6 @@ import AllAutomatonsOnActivePlanet from "@/components/Structures/Auto/AllAutomat import InitialiseChapterOneUser from "@/components/(scenes)/chapters/one/InitialiseUser"; const EarthView: React.FC = () => { - const supabase = useSupabaseClient(); - const session = useSession(); - return (
+ +
+ +
+
+ ); +}; \ No newline at end of file