This commit is contained in:
Mitchell Hashimoto
2025-04-21 10:50:34 -07:00
parent e33eed0216
commit a732bb272d
2 changed files with 3 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ const std = @import("std");
const builtin = @import("builtin");
const assert = std.debug.assert;
const Allocator = std.mem.Allocator;
const Action = @import("binding.zig").Action;
const Action = @import("Binding.zig").Action;
/// A command is a named binding action that can be executed from
/// something like a command palette.