mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-25 02:06:19 +03:00
wip: oops shouldn't forget that
This commit is contained in:
parent
b23ef332c7
commit
454de6c52c
@ -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…
Reference in New Issue
Block a user