import { notFound } from "../http/not-found"; export default function NotFoundPage() { notFound(); }