import type { PropsWithChildren } from "react"; import AppHead from "../components/AppHead"; interface Props extends PropsWithChildren { title: string; } export default function GridLayout(props: Props) { return (