From c6fb7b4962778c12f786d7d4de96787459a3b4dc Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 20 May 2026 17:29:28 +0200 Subject: frontend: add comptime bundler --- src/frontend/root.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/frontend/root.zig') diff --git a/src/frontend/root.zig b/src/frontend/root.zig index f2cce4c..39908b5 100644 --- a/src/frontend/root.zig +++ b/src/frontend/root.zig @@ -2,6 +2,10 @@ //! which will be embedded right into the ELF file to improve deployment. const std = @import("std"); +pub const Component = @import("Component.zig"); +pub const Document = @import("Document.zig"); +pub const File = @import("File.zig"); +pub const Head = @import("File.zig"); test { _ = std.testing.refAllDecls(@This()); -- cgit v1.2.3-70-g09d2