Private registry prod E2E dummy card
Loading preview...
import CodexDummyCard from "@/components/ui/codex-dummy-card-e2e" export default function CodexDummyCardDemo() { return ( <div className="min-h-screen bg-slate-50 p-8"> <CodexDummyCard /> </div> ) }