fix: fix import

This commit is contained in:
Derrick Hammer 2023-09-01 09:24:50 -04:00
parent c641d03a1b
commit ca1a3dd5e7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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