import { Dropdown } from 'antd'; import { BgColorsOutlined } from '@ant-design/icons'; import { useAppStore, THEME_OPTIONS } from '../stores/app'; export default function ThemeSwitcher() { const theme = useAppStore((s) => s.theme); const setTheme = useAppStore((s) => s.setTheme); const content = (