// sections import { NotFoundView } from 'src/sections/error'; // ---------------------------------------------------------------------- export const metadata = { title: '404 Page Not Found!', }; export default function NotFoundPage() { return ; }