6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import { NotFound } from "@/components/utils/404";
|
|
|
|
export default async function NotFoundPage() {
|
|
return <NotFound />;
|
|
}
|