import { Component } from 'inferno'; export class NoMatch extends Component { constructor(props: any, context: any) { super(props, context); } render() { return (

404

); } }