import { ThemeSelect } from '@/components/ThemeSelect'; export default function Example() { return ( <ThemeSelect /> ); }