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