Loading preview...
import { AuroraCard } from "@/components/ui/aurora-card"; const DemoOne = () => { return <AuroraCard />; }; export { DemoOne };