import { LangSelector } from './LangSelector'; export const Navbar = ({ children }: React.PropsWithChildren) => { return (
{children}
); };