import { Monitor, Moon, Sun } from 'lucide-react'; import { useEffect, useState } from 'react'; import { THEME_KEY } from '@/consts'; import ToggleGroup from './ToggleGroup'; type Preference = 'system' | 'light' | 'dark'; type Theme = 'light' | 'dark'; const themeOptions = [ { value: 'system' as const, label: