fix: resolve linter errors for unused variables

This commit is contained in:
Gigi
2025-10-15 17:39:22 +02:00
parent 1fff44fc6c
commit e38237ca8e
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import 'prismjs/themes/prism-tomorrow.css'
import { faSpinner, faCheckCircle, faEllipsisH, faExternalLinkAlt, faMobileAlt, faCopy, faShare, faSearch } from '@fortawesome/free-solid-svg-icons'
import { ContentSkeleton } from './Skeletons'
import { nip19 } from 'nostr-tools'
import { getNostrUrl, getSearchUrl, SEARCH_PORTAL } from '../config/nostrGateways'
import { getNostrUrl, getSearchUrl } from '../config/nostrGateways'
import { RELAYS } from '../config/relays'
import { RelayPool } from 'applesauce-relay'
import { IAccount } from 'applesauce-accounts'