import { LANGS, useT } from "../lib/i18n"; export default function LanguageSwitcher() { const { lang, setLang } = useT(); return (