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