refactor: rename keybind module root source file

This commit is contained in:
CJ van den Berg 2024-11-12 21:39:16 +01:00
parent 07a412c2b2
commit b2c81c50ed
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ const event_type = @import("renderer").input.event_type;
const mod = @import("renderer").input.modifier;
const command = @import("command");
const EventHandler = @import("EventHandler");
const keybind = @import("../root.zig");
const keybind = @import("../keybind.zig");
const Self = @This();