fix: remove unused imports from App.tsx

- Remove unused Loaders import from applesauce-loaders
- Remove unused NostrEvent import from nostr-tools
- Clean up imports to pass linting and type checking
This commit is contained in:
Gigi
2025-10-02 08:58:44 +02:00
parent 30c4057625
commit 4fb5babc0a

View File

@@ -3,8 +3,6 @@ import { EventStoreProvider, AccountsProvider } from 'applesauce-react'
import { EventStore } from 'applesauce-core'
import { AccountManager } from 'applesauce-accounts'
import { RelayPool } from 'applesauce-relay'
import { Loaders } from 'applesauce-loaders'
import { NostrEvent } from 'nostr-tools'
import Login from './components/Login'
import Bookmarks from './components/Bookmarks'