// sections import { NotFoundView } from 'src/sections/error'; import Link from 'next/link'; // ---------------------------------------------------------------------- export const metadata = { title: '404 Page Not Found!', }; export default function NotFound() { return (
Could not find requested resource
Return Home