source: src/app/not-found.tsx@ 299af01

main
Last change on this file since 299af01 was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 271 bytes
Line 
1// sections
2import { NotFoundView } from 'src/sections/error';
3
4// ----------------------------------------------------------------------
5
6export const metadata = {
7 title: '404 Page Not Found!',
8};
9
10export default function NotFoundPage() {
11 return <NotFoundView />;
12}
Note: See TracBrowser for help on using the repository browser.