1 2 3 4 5
import { h, withState, Html } from 'lib/rx' export function view(): Html { return 'Page introuvable…'; }