Skip to content

Commit

Permalink
Fix client
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 6, 2024
1 parent 955dd09 commit ab8b6a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/nostr/client.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { Keys, Client, Metadata, EventId, PublicKey, EventBuilder } = require("@nostr-dev-kit/ndk");
const { NDKEvent, NDKEventId, NostrEvent , Decode, Encode} = require("@nostr-dev-kit/ndk-types");

async function main() {
let keys = Keys.generate();
Expand Down

0 comments on commit ab8b6a5

Please sign in to comment.