export * from "./alert"; export * as Alert from "./namespace"; export * from "./styles";
npx shadcn@latest add @kanpeki/alert
import { Alert } from "@/components/ui/alert"
<Alert />