"use client" import { THEMES } from "@/lib/themes" import { useThemeConfig } from "@/components/active-theme" import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from "@/registry/new-york-v4/ui/select" export function ThemeSelector() { const { activeTheme, setActiveTheme } = useThemeConfig() return ( ) }