Organise imports

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-02-07 17:01:11 +01:00
parent 950eeed3ee
commit fd81da7cbd
20 changed files with 89 additions and 91 deletions

View File

@@ -1,4 +1,5 @@
const std = @import("std");
const TerminalBuffer = @import("../TerminalBuffer.zig");
pub fn CyclableLabel(comptime ItemType: type, comptime ChangeItemType: type) type {