import ErrorPage from '@/src/components/pages/error'; import React from 'react'; const NotFound = () => { return ( <> ); }; export default NotFound;