diff --git a/lumina/components/GlobalFeed.tsx b/lumina/components/GlobalFeed.tsx index ddb5901..fd366be 100644 --- a/lumina/components/GlobalFeed.tsx +++ b/lumina/components/GlobalFeed.tsx @@ -1,6 +1,7 @@ import { useNostrEvents } from "nostr-react"; import KIND20Card from "./KIND20Card"; import { getImageUrl } from "@/utils/utils"; +import QuickViewKind20NoteCard from "./QuickViewKind20NoteCard"; const GlobalFeed: React.FC = () => { const { events } = useNostrEvents({ @@ -13,23 +14,35 @@ const GlobalFeed: React.FC = () => { return ( <>