| 5 | import classNames from "classnames"; |
| 6 | |
| 7 | interface LangSwitcherProps { |
| 8 | locale?: Locale; |
| 9 | } |
| 10 | |
| 11 | export default function LangSwitcher({ locale }: LangSwitcherProps) { |
| 12 | const pathname = usePathname(); |
nothing calls this directly
no outgoing calls
no test coverage detected