fix: update import
This commit is contained in:
parent
c6d4ea5a8e
commit
c7f0dd586d
|
@ -17,7 +17,7 @@ import {
|
|||
ProtocolManager,
|
||||
} from "./swarm.js";
|
||||
import { get as getApp } from "./app.js";
|
||||
import type { HDKey } from "micro-ed25519-hdkey";
|
||||
import type { HDKey } from "ed25519-keygen/hdkey";
|
||||
import corePlugins from "../plugins";
|
||||
import Util from "./plugin/util";
|
||||
|
||||
|
|
Loading…
Reference in New Issue