import { FunctionalComponent, h } from 'preact'; import { Link } from 'preact-router/match'; import style from './style.css'; const Notfound: FunctionalComponent = () => { return (
That page doesn't exist.