Components
A responsive 404 error page that displays when users navigate to a non-existent route.
Loading preview...
import { NotFound } from "@/components/ui/not-found";
export default function DemoOne() {
return <NotFound />;
}
Part of Molecule UI — browse the full library on 21st.dev.