import React, { FC } from "react"; interface IProps {} export const NotFoundPage: FC = () => { return (

error

); };