chore: cleanup imports
This commit is contained in:
parent
44b26011c0
commit
c249d12fa0
|
@ -4,7 +4,7 @@ import * as kernel from "@lumeweb/libkernel/kernel";
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import StaticServer from "static-server";
|
import StaticServer from "static-server";
|
||||||
import { Page } from "puppeteer";
|
import { Page } from "puppeteer";
|
||||||
import { bufToHex, ed25519, ErrTuple } from "@lumeweb/libkernel";
|
import { bufToHex, ed25519 } from "@lumeweb/libkernel";
|
||||||
|
|
||||||
import * as url from "url";
|
import * as url from "url";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue