Components
Loading preview...
A responsive 404 error page that displays when users navigate to a non-existent route.
@molecule-ui
npx shadcn@latest add https://21st.dev/r/molecule-lab-rushil/not-foundimport { NotFound } from "@/components/ui/not-found";
export default function DemoOne() {
return <NotFound />;
}