import clsx from 'clsx'; import { PropsWithChildren } from 'react'; export function NavContainer({ children }: PropsWithChildren) { return (
{children}
); }