remove unused ziglyph import

pull/1488/head
Erlend Lind Madsen 2024-02-09 20:05:11 +01:00
parent cf0d498e75
commit ca426a4267
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
//! help, docs, website, etc.
const std = @import("std");
const ziglyph = @import("ziglyph");
const Config = @import("config/Config.zig");
const Action = @import("cli/action.zig").Action;
const KeybindAction = @import("input/Binding.zig").Action;