import { ReactNode } from "react"; import { CopilotKit } from "@copilotkit/react-core"; import "@copilotkit/react-ui/styles.css"; import "./globals.css"; export default function RootLayout({ children }: { children: ReactNode }) { return (
{/* Make sure to use the URL you configured in the previous step */}