"use client"; import { useOmni } from "./OmniSyncProvider"; export function OmniToggle({ positionClass = "fixed bottom-6 right-6" }: { positionClass?: string } = {}) { const { theme, setTheme, currency, setCurrency, locale, setLocale } = useOmni(); return (