aboutsummaryrefslogtreecommitdiff
path: root/src/command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.zig')
-rw-r--r--src/command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.zig b/src/command.zig
index d14831a..0c46c86 100644
--- a/src/command.zig
+++ b/src/command.zig
@@ -1,4 +1,4 @@
-const Seat = @import("seat.zig").Seat;
+const Seat = @import("seat.zig");
pub const Direction = enum {
Next,