Ossido
Loading...
Injects the serialized server payload and the framework's client scripts. Render once in the root layout's <body>.
function OssidoScripts(): JSX.Element;
import { OssidoScripts } from '@ossido-labs/ossido'; export default function RootLayout({ children }) { return ( <html> <body> {children} <OssidoScripts /> </body> </html> ); }