fix: resolve TypeScript and lint errors

This commit is contained in:
Gigi
2025-10-05 02:38:51 +01:00
parent 1b8c276529
commit 7e5196d73d
3 changed files with 21 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
import React, { useState, useEffect } from 'react'
import { Hooks, useEventStore } from 'applesauce-react'
import { Hooks } from 'applesauce-react'
import { useEventStore } from 'applesauce-react/hooks'
import { RelayPool } from 'applesauce-relay'
import { EventFactory } from 'applesauce-factory'
import { Bookmark } from '../types/bookmarks'