From 6df64050b1442a5f3a0f566cd816639ac1fd298f Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 16 Apr 2026 22:33:44 +0200 Subject: feat(dom): element generator --- src/root.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig index 2bcf565..43a0d7d 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,5 +1,6 @@ const std = @import("std"); -pub const lexer = @import("lexer/lexer.zig"); +pub const lexer = @import("lexer/Lexer.zig"); +pub const element = @import("dom/Element.zig"); pub fn bufferedPrint() !void { // Stdout is for the actual output of your application, for example if you -- cgit v1.2.3