Components
Loading preview...
Live Feed Component
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/live-feedimport { NotificationCenterFeed } from "@/components/ui/live-feed";
export default function DemoOne() {
return <NotificationCenterFeed />;
}