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