4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
import { NotFoundPage } from '@/app/ui/NotFoundPage';
|
|
|
|
export default () =>
|
|
<NotFoundPage title="404 Location Not Found" description="Could not find the requested Location." />; |