aboutsummaryrefslogtreecommitdiff
path: root/src/root.zig
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-16 22:33:44 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-16 22:33:44 +0200
commit6df64050b1442a5f3a0f566cd816639ac1fd298f (patch)
tree81de54495e09c501d7d2839828523eaabb7a0569 /src/root.zig
parent11cc71f3b59fa62fd2fb2cb3b84e689317fb1268 (diff)
feat(dom): element generator
Diffstat (limited to 'src/root.zig')
-rw-r--r--src/root.zig3
1 files changed, 2 insertions, 1 deletions
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