import React from "react"; function IntegrationLayout({ children, }: { children: React.ReactNode; }) { return