import { I18nProvider } from "@/i18n"; export default function PsLayout({ children, }: { children: React.ReactNode; }) { return ( {children} ); }