aboutsummaryrefslogtreecommitdiff
path: root/extension/src/features/nostr-api.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/features/nostr-api.ts')
-rw-r--r--extension/src/features/nostr-api.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/features/nostr-api.ts b/extension/src/features/nostr-api.ts
index 81ef0c6..046ccea 100644
--- a/extension/src/features/nostr-api.ts
+++ b/extension/src/features/nostr-api.ts
@@ -13,12 +13,12 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
+import { cloneDeep } from "lodash";
import { Endpoints } from "./server-api";
import { type FeatureApi, type BgRuntime, type IFeatureExport, optionsOnly, exportForegroundApi } from "./framework";
import { type AppSettings } from "./settings";
import { useTagFilter } from "./tagfilter-api";
import type { NostrRelay, EncryptionRequest, NostrEvent } from './types';
-import { cloneDeep } from "lodash";
/**