diff --git a/pkgs/clan-app/ui/src/routes/Clan/Clan.tsx b/pkgs/clan-app/ui/src/routes/Clan/Clan.tsx index 2ccd51577..315006406 100644 --- a/pkgs/clan-app/ui/src/routes/Clan/Clan.tsx +++ b/pkgs/clan-app/ui/src/routes/Clan/Clan.tsx @@ -22,7 +22,7 @@ import { useMachinesQuery, } from "@/src/hooks/queries"; import { callApi } from "@/src/hooks/api"; -import { store, setStore, clanURIs, setActiveClanURI } from "@/src/stores/clan"; +import { store, setStore, clanURIs } from "@/src/stores/clan"; import { produce } from "solid-js/store"; import { Button } from "@/src/components/Button/Button"; import { Splash } from "@/src/scene/splash"; @@ -219,13 +219,6 @@ const ClanSceneController = (props: RouteSectionProps) => { }} /> -