Browse Source

more og rendering

imwald
Silberengel 3 months ago
parent
commit
1456f8a532
  1. 3
      src/components/Bookstr/BookstrContent.tsx

3
src/components/Bookstr/BookstrContent.tsx

@ -3,8 +3,7 @@ import { Event } from 'nostr-tools'
import { parseBookWikilink, extractBookMetadata, BookReference } from '@/lib/bookstr-parser' import { parseBookWikilink, extractBookMetadata, BookReference } from '@/lib/bookstr-parser'
import client from '@/services/client.service' import client from '@/services/client.service'
import { ExtendedKind } from '@/constants' import { ExtendedKind } from '@/constants'
import { Loader2, AlertCircle, ExternalLink } from 'lucide-react' import { Loader2, AlertCircle } from 'lucide-react'
import { Button } from '@/components/ui/button'
import { import {
Select, Select,
SelectContent, SelectContent,

Loading…
Cancel
Save