diff --git a/client/components/settings/RealmSwitcher.tsx b/client/components/settings/RealmSwitcher.tsx index a976c339..f02e74c8 100644 --- a/client/components/settings/RealmSwitcher.tsx +++ b/client/components/settings/RealmSwitcher.tsx @@ -25,8 +25,11 @@ import { Compass, ArrowRight, Check, + Shield, } from "lucide-react"; import { cn } from "@/lib/utils"; +import { useAuth } from "@/contexts/AuthContext"; +import { useMemo, memo, type ComponentType } from "react"; export type RealmKey = | "game_developer"