refactor: cleanup import

This commit is contained in:
Derrick Hammer 2023-12-11 19:43:04 -05:00
parent e8f2e23065
commit 393c69f10b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -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";