import { useAppearanceTheme } from '@/components/main/layout/hooks/use-appearance-theme' export function GlobalAppearanceSync () { useAppearanceTheme() return null }