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