import styles from "./layout.module.css" // TODO is this really needed? Similar to standard layout, but without SidePeek? export default function PaymentCallbackLayout({ children, }: { children: React.ReactNode }) { return
{children}
}