fix: update import

This commit is contained in:
Derrick Hammer 2023-04-19 05:16:20 -04:00
parent c6d4ea5a8e
commit c7f0dd586d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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