import type { ComponentChildren } from 'preact'; interface StandalonePageFrameProps { title: string; children: ComponentChildren; } export default function StandalonePageFrame(props: StandalonePageFrameProps) { return (