From 393c69f10bb889468a1d6410b5c5fe50fe868e96 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 11 Dec 2023 19:43:04 -0500 Subject: [PATCH] refactor: cleanup import --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ad90db2..850f777 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,6 @@ import type { SignedRegistryEntry } from "#types.js"; import { ed25519 } from "@noble/curves/ed25519"; import KeyPairEd25519 from "#ed25519.js"; import { S5NodeConfig } from "./types.js"; -import NodeId from "#nodeId.js"; import CID from "#cid.js"; export * from "./types.js";