diff --git a/src/log.ts b/src/log.ts index 4cb1016..78bacfe 100644 --- a/src/log.ts +++ b/src/log.ts @@ -1,4 +1,4 @@ -import { objAsString } from "@lumeweb/libweb"; +import { objAsString } from "@lumeweb/libkernel"; // wLog is a wrapper for the log and logErr functions, to deduplicate code. //