import { usePageData } from '@render'; export function NotFoundLayout() { const { siteData } = usePageData(); return (
404