cvsa/packages/next/app/not-found.tsx

6 lines
123 B
TypeScript

import { NotFound } from "@/components/utils/404";
export default async function NotFoundPage() {
return <NotFound />;
}