diff options
Diffstat (limited to 'src/frontend/root.zig')
| -rw-r--r-- | src/frontend/root.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/root.zig b/src/frontend/root.zig index f2cce4c..20c725e 100644 --- a/src/frontend/root.zig +++ b/src/frontend/root.zig @@ -2,6 +2,8 @@ //! 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"); test { _ = std.testing.refAllDecls(@This()); |