canina/frontend/application/app/not-found.tsx

6 lines
127 B
TypeScript

import { NotFoundPage } from "../../components/ErrorPages";
export default function NotFound() {
return <NotFoundPage />;
}