aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/root.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/root.zig')
-rw-r--r--src/frontend/root.zig13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/frontend/root.zig b/src/frontend/root.zig
deleted file mode 100644
index 8ff1055..0000000
--- a/src/frontend/root.zig
+++ /dev/null
@@ -1,13 +0,0 @@
-//! Implementation of the frontend contains mainly javascript files
-//! 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("Head.zig");
-pub const Minifier = @import("Minifier.zig");
-
-test {
- _ = std.testing.refAllDecls(@This());
-}