diff --git a/src/index.ts b/src/index.ts index 630e995..8468d15 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ import { S5Node } from "#node.js"; -import type { SignedRegistryEntry } from "#service/registry.js"; +import type { SignedRegistryEntry } from "#types.js"; import { ed25519 } from "@noble/curves/ed25519"; import KeyPairEd25519 from "#ed25519.js"; import { S5NodeConfig } from "./types.js";