fix: use exports from package
This commit is contained in:
parent
4ac844d509
commit
1976659633
|
@ -1,4 +1,4 @@
|
||||||
import { HDKey } from "ed25519-keygen/dist/hdkey";
|
import { HDKey } from "ed25519-keygen/hdkey";
|
||||||
import config from "../config";
|
import config from "../config";
|
||||||
import * as bip39 from "@scure/bip39";
|
import * as bip39 from "@scure/bip39";
|
||||||
import { wordlist } from "@scure/bip39/wordlists/english";
|
import { wordlist } from "@scure/bip39/wordlists/english";
|
||||||
|
|
|
@ -17,7 +17,7 @@ import {
|
||||||
ProtocolManager,
|
ProtocolManager,
|
||||||
} from "./swarm.js";
|
} from "./swarm.js";
|
||||||
import { get as getApp } from "./app.js";
|
import { get as getApp } from "./app.js";
|
||||||
import type { HDKey } from "ed25519-keygen/dist/hdkey";
|
import type { HDKey } from "ed25519-keygen/hdkey";
|
||||||
import corePlugins from "../plugins";
|
import corePlugins from "../plugins";
|
||||||
import Util from "./plugin/util";
|
import Util from "./plugin/util";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue