fix: use types and util locally

This commit is contained in:
Derrick Hammer 2023-09-08 08:43:46 -04:00
parent b46bd6048e
commit 469f02b69f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import { log, logErr } from "./log.js";
import { DataFn, Err, ErrTuple, bufToB64, encodeU64 } from "@lumeweb/libweb";
import { DataFn, Err, ErrTuple } from "../types.js";
import { bufToB64, encodeU64 } from "../util.js";
// queryResolve is the 'resolve' value of a promise that returns an ErrTuple.
// It gets called when a query sends a 'response' message.