import { FooterView } from "@/components/layout/Footer"; import { Navigation } from "@/components/layout/Navigation"; export function SubPageLayout(props: { children: React.ReactNode }) { return (
{/* Blur elipsis */}
{/* Main page */}
{props.children}
); }