chore: cleanup imports

This commit is contained in:
Derrick Hammer 2023-07-21 09:18:22 -04:00
parent 44b26011c0
commit c249d12fa0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import * as kernel from "@lumeweb/libkernel/kernel";
// @ts-ignore
import StaticServer from "static-server";
import { Page } from "puppeteer";
import { bufToHex, ed25519, ErrTuple } from "@lumeweb/libkernel";
import { bufToHex, ed25519 } from "@lumeweb/libkernel";
import * as url from "url";