remove unnecessary imports

This commit is contained in:
Jeffrey C. Ollie
2024-09-02 15:18:18 -05:00
committed by Mitchell Hashimoto
parent d907cebae9
commit 6292cdec0e

View File

@ -1,9 +1,7 @@
const std = @import("std");
const Allocator = std.mem.Allocator;
const args = @import("args.zig");
const Action = @import("action.zig").Action;
const Config = @import("../config.zig").Config;
const cli = @import("../cli.zig");
const sentry = @import("../crash/sentry.zig");
pub const Options = struct {