diff options
| author | Alexander Rolley <arolley35@gmail.com> | 2026-05-20 20:52:12 +0200 |
|---|---|---|
| committer | Alexander Rolley <arolley35@gmail.com> | 2026-05-20 20:52:12 +0200 |
| commit | 1cb3ae4156de430628abbc2ca19f51384857c6ba (patch) | |
| tree | 81c4ea45fae52eeeb64ce7af9dbda1ce0dab470f /src/frontend/root.zig | |
| parent | d4b3a64ba6ad2862eb31e8c3081b7247c6b7b7b3 (diff) | |
| parent | 5e6b01b3b5357f43406be438074b94b3bcc90751 (diff) | |
Merge branch 'dev' of https://git.nathanreiner.xyz/memora into develop
Diffstat (limited to 'src/frontend/root.zig')
| -rw-r--r-- | src/frontend/root.zig | 4 |
1 files changed, 4 insertions, 0 deletions
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()); |