"use client" import { Locales } from "./Locales" import { SwitchTheme } from "./SwitchTheme" export const Header: React.FC = () => { return (
) }