import { firaMono, firaSans } from "@/app/[lang]/(live)/fonts" import styles from "./layout.module.css" import { LangParams, LayoutArgs } from "@/types/params" export default async function MyPagesLayout({ children, }: React.PropsWithChildren>) { return (
{children}
) }