function NotFoundPageView() {
  return <div>NotFound Page</div>;
}

export default NotFoundPageView;
