wip: oops shouldn't forget that
This commit is contained in:
parent
b23ef332c7
commit
454de6c52c
6 changed files with 3 additions and 3 deletions
|
|
@ -5,4 +5,5 @@ pub mod screen;
|
|||
pub mod ipc;
|
||||
pub mod wasm_vm;
|
||||
pub mod command_is_executing;
|
||||
pub mod errors;
|
||||
pub mod errors;
|
||||
pub mod utils;
|
||||
|
|
@ -2,12 +2,11 @@
|
|||
mod tests;
|
||||
|
||||
mod cli;
|
||||
mod utils;
|
||||
mod common;
|
||||
// TODO mod server;
|
||||
mod client;
|
||||
|
||||
use common::{input, pty_bus, os_input_output, screen, ipc, wasm_vm, command_is_executing, errors};
|
||||
use common::{input, pty_bus, os_input_output, screen, ipc, wasm_vm, command_is_executing, errors, utils};
|
||||
use client::{tab, layout, boundaries, panes};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue