refactor: import objAsString from libkernel

This commit is contained in:
Derrick Hammer 2023-09-08 13:13:41 -04:00
parent a73561d369
commit 3c8eb1b081
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//