diff options
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/root.zig b/src/root.zig index 71aac0c..e42f0ed 100644 --- a/src/root.zig +++ b/src/root.zig @@ -7,7 +7,7 @@ const Log = @import("log.zig").Log; const Output = @import("output.zig"); const Server = @import("server.zig"); const Seat = @import("seat.zig").Seat; -const View = @import("view.zig").View; +const View = @import("view.zig"); const ViewStack = @import("view_stack.zig").ViewStack; /// Responsible for all windowing operations |
