chore: clean up unneeded imports

This commit is contained in:
Derrick Hammer 2023-07-19 05:06:49 -04:00
parent cae343cdcc
commit 25a1c5c454
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import {
addContextToErr,
downloadObject,
Err,
getActivePortals,
maybeInitDefaultPortals,
setActivePortalMasterKey,
} from "@lumeweb/libweb";
@ -14,7 +13,6 @@ import {
} from "./vars.js";
import { getStoredUserKey } from "./storage.js";
import { readableStreamToBlob } from "binconv";
import { handleIncomingMessage } from "./messages.js";
export function boot() {
let userKey;