From 4fb5babc0a8f352e229fea458d8e7464063488eb Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 2 Oct 2025 08:58:44 +0200 Subject: [PATCH] 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 --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b5e788da..fcb11cb8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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'