fix: fix import
This commit is contained in:
parent
c641d03a1b
commit
ca1a3dd5e7
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue