chore: clean up unneeded imports
This commit is contained in:
parent
cae343cdcc
commit
25a1c5c454
|
@ -2,7 +2,6 @@ import {
|
||||||
addContextToErr,
|
addContextToErr,
|
||||||
downloadObject,
|
downloadObject,
|
||||||
Err,
|
Err,
|
||||||
getActivePortals,
|
|
||||||
maybeInitDefaultPortals,
|
maybeInitDefaultPortals,
|
||||||
setActivePortalMasterKey,
|
setActivePortalMasterKey,
|
||||||
} from "@lumeweb/libweb";
|
} from "@lumeweb/libweb";
|
||||||
|
@ -14,7 +13,6 @@ import {
|
||||||
} from "./vars.js";
|
} from "./vars.js";
|
||||||
import { getStoredUserKey } from "./storage.js";
|
import { getStoredUserKey } from "./storage.js";
|
||||||
import { readableStreamToBlob } from "binconv";
|
import { readableStreamToBlob } from "binconv";
|
||||||
import { handleIncomingMessage } from "./messages.js";
|
|
||||||
|
|
||||||
export function boot() {
|
export function boot() {
|
||||||
let userKey;
|
let userKey;
|
||||||
|
|
Reference in New Issue