From ca1a3dd5e7b42cad30bea1b03be17a10182cb8d2 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 1 Sep 2023 09:24:50 -0400 Subject: [PATCH] fix: fix import --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";