import {html} from 'htm/preact'; import {Queue} from '../../types.d'; export function PageHeader(): Queue.Component { return html` `; }