import React from 'react'; import BasePage from '@/components/Layout/BasePage'; import Link from 'next/link'; const NotFound = props => (
404

We couldn't find this page.

The page you are looking for does not exists.

© 2020 - Angle
Bootstrap Admin Template
); NotFound.Layout = BasePage; export default NotFound;