import React from "react"; export const PageNotFound: React.FC = () => { return

Page not found.

; };