refactor: run zigimports

closes: #38
This commit is contained in:
CJ van den Berg 2024-09-10 22:24:44 +02:00
parent 8b1a764429
commit bf3fe5f2ba
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
44 changed files with 0 additions and 133 deletions

View file

@ -6,7 +6,6 @@ const cwd = std.fs.cwd;
const Self = @This();
const default_leaf_capacity = 64;
const max_imbalance = 7;
pub const Root = *const Node;
pub const unicode = @import("unicode.zig");

View file

@ -1,5 +1,3 @@
const std = @import("std");
const Plane = @import("renderer").Plane;
const Buffer = @import("Buffer.zig");
const Cursor = @import("Cursor.zig");