import type { ReactNode } from "react"; export function SiteLayout({ children }: { children: ReactNode }) { return ( <> BADSEO OpenSEO GitHub {children} > ); }