Components
Loading preview...
404 Page Not Found
npx shadcn@latest add https://21st.dev/r/minhxthanh/404-page-not-foundimport { NotFoundPage } from "@/components/ui/404-page-not-found"
export function PageNotFoundDemo(){
return (
<div className="w-full">
<NotFoundPage/>
</div>
)
}