---
// Port of preview/pages/blank.html (layout: default). The `blank: true`
// front matter is inert in the Liquid templates (never referenced) — the
// empty page header comes from the missing `page-header` key.
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
import Empty from '@shared/components/ui/Empty.astro';
---