import React, { FunctionComponent } from "react"; export const PageNotFound: FunctionComponent = () => { return

Page not found.

; };