Add foreground Pi bridge panel
This commit is contained in:
@@ -7,6 +7,7 @@ const leader = @import("leader.zig");
|
||||
const lsp = @import("lsp.zig");
|
||||
const mobile_acceptance = @import("mobile_acceptance.zig");
|
||||
const panel = @import("panel.zig");
|
||||
const pi_bridge = @import("pi_bridge.zig");
|
||||
const protocol = @import("protocol.zig");
|
||||
const replay = @import("replay.zig");
|
||||
const repo = @import("repo.zig");
|
||||
@@ -191,6 +192,7 @@ test {
|
||||
_ = lsp;
|
||||
_ = mobile_acceptance;
|
||||
_ = panel;
|
||||
_ = pi_bridge;
|
||||
_ = protocol;
|
||||
_ = replay;
|
||||
_ = repo;
|
||||
|
||||
Reference in New Issue
Block a user