export default async function TransactionsLayout({ children }: { children: React.ReactNode }) { return
{children}
}