import type { PropsWithChildren } from 'react' export default function IntegrationsLayout({ children }: PropsWithChildren) { return children }