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