use lightpanda module log in layers

This commit is contained in:
Muki Kiboigo
2026-04-27 06:54:46 -07:00
parent 152a792c18
commit c719a522b8
4 changed files with 8 additions and 4 deletions

View File

@@ -17,7 +17,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
const std = @import("std");
const log = @import("../../log.zig");
const lp = @import("lightpanda");
const log = lp.log;
const URL = @import("../../browser/URL.zig");
const WebBotAuth = @import("../WebBotAuth.zig");