import { QuartzComponentConstructor } from "../types" function OfflineFallbackPage() { return (

Offline

You're offline and this page hasn't been cached yet.

) } export default (() => OfflineFallbackPage) satisfies QuartzComponentConstructor