refactor: cleanup import
This commit is contained in:
parent
e8f2e23065
commit
393c69f10b
|
@ -3,7 +3,6 @@ import type { SignedRegistryEntry } from "#types.js";
|
||||||
import { ed25519 } from "@noble/curves/ed25519";
|
import { ed25519 } from "@noble/curves/ed25519";
|
||||||
import KeyPairEd25519 from "#ed25519.js";
|
import KeyPairEd25519 from "#ed25519.js";
|
||||||
import { S5NodeConfig } from "./types.js";
|
import { S5NodeConfig } from "./types.js";
|
||||||
import NodeId from "#nodeId.js";
|
|
||||||
import CID from "#cid.js";
|
import CID from "#cid.js";
|
||||||
|
|
||||||
export * from "./types.js";
|
export * from "./types.js";
|
||||||
|
|
Loading…
Reference in New Issue