pushing all files
This commit is contained in:
12
src/app/(frontend)/[not-found]/page.jsx
Normal file
12
src/app/(frontend)/[not-found]/page.jsx
Normal file
@ -0,0 +1,12 @@
|
||||
import ErrorPage from '@/src/components/pages/error';
|
||||
import React from 'react';
|
||||
|
||||
const NotFound = () => {
|
||||
return (
|
||||
<>
|
||||
<ErrorPage />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default NotFound;
|
||||
Reference in New Issue
Block a user