import * as React from "react" export const Missing: React.FunctionComponent = () => { return (
404
) }