import { h } from 'preact' import Head from './head.ts' const OtherPage = () => (
: Other

Other Page

Not the page where it begins

) export default OtherPage