import {html} from 'htm/preact'; import {QComponent} from '../..'; export function PageHeader(): QComponent { return html` `; }