Components
Loading preview...
this is for page not found
@shailendrakumar19999
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/404-page-not-foundimport { Component } from "@/components/ui/404-page-not-found";
export default function DemoOne() {
return <Component />;
}