mirror of
https://github.com/dergigi/boris.git
synced 2026-01-10 02:14:56 +01:00
fix: resolve linter errors
- Add missing useMemo import to Bookmarks component - Remove unused NostrEvent import from contactService - All ESLint checks passing - All TypeScript type checks passing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, { useState, useEffect } from 'react'
|
||||
import React, { useState, useEffect, useMemo } from 'react'
|
||||
import { useParams } from 'react-router-dom'
|
||||
import { Hooks } from 'applesauce-react'
|
||||
import { useEventStore } from 'applesauce-react/hooks'
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { RelayPool, completeOnEose } from 'applesauce-relay'
|
||||
import { lastValueFrom, takeUntil, timer, toArray } from 'rxjs'
|
||||
import { NostrEvent } from 'nostr-tools'
|
||||
|
||||
/**
|
||||
* Fetches the contact list (follows) for a specific user
|
||||
|
||||
Reference in New Issue
Block a user