remove unused ziglyph import

This commit is contained in:
Erlend Lind Madsen
2024-02-09 20:05:11 +01:00
parent cf0d498e75
commit ca426a4267

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;