import styles from "./layout.module.css" import { LangParams, LayoutArgs } from "@/types/params" export default function PaymentCallbackLayout({ children, }: React.PropsWithChildren>) { return
{children}
}