mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
refactor: remove the unnecessary ./ in imports
This commit is contained in:
@@ -21,7 +21,7 @@ const Surface = @import("Surface.zig");
|
||||
const Tab = @import("Tab.zig");
|
||||
const c = @import("c.zig").c;
|
||||
const adwaita = @import("adwaita.zig");
|
||||
const Notebook = @import("./notebook.zig").Notebook;
|
||||
const Notebook = @import("notebook.zig").Notebook;
|
||||
|
||||
const log = std.log.scoped(.gtk);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user