import { html } from '/public/ts/utils/misc.ts'; export default function Loading() { return html` Loading... `; }