Import Shield icon and React hooks/types for gating

cgen-2ab1e0d2454244e48d5d05fd6927a711
This commit is contained in:
Builder.io 2025-10-18 05:19:36 +00:00
parent 948ef639ff
commit eb9cb9c2fa

View file

@ -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"