Components
npx shadcn@latest add https://21st.dev/r/starc007/be-ui-404-not-foundLoading preview...
"use client";
import { NotFoundGlitch } from "@/components/ui/be-ui-404-not-found";
export default function NotFoundGlitchPreview() {
return (
<div className="w-full">
<NotFoundGlitch />
</div>
);
}