From eb9cb9c2fa1f276466b5ae350349769c1672b186 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 05:19:36 +0000 Subject: [PATCH] Import Shield icon and React hooks/types for gating cgen-2ab1e0d2454244e48d5d05fd6927a711 --- client/components/settings/RealmSwitcher.tsx | 3 +++ 1 file changed, 3 insertions(+) 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"