Components
Starting preview...
The source of design inspiration @Saad Shaikh
npx shadcn@latest add https://21st.dev/r/xubohuah/ghost-404-pageimport { NotFound } from "@/components/ui/ghost-404-page"
const Page = () => {
return (
<div className="min-h-screen w-full bg-white">
<NotFound />
</div>
);
}
export default {Page}