import {Image} from "@nextui-org/react"; interface DocsLayoutProps { children: React.ReactNode; } export default function DocsLayout({children}: DocsLayoutProps) { return ( <> {children}