Fix after rebase
This commit is contained in:
parent
378dd90f8f
commit
07ca0cbb11
1 changed files with 1 additions and 2 deletions
|
|
@ -15,9 +15,8 @@ use crate::common::{
|
||||||
os_input_output::ServerOsApi,
|
os_input_output::ServerOsApi,
|
||||||
pty::{pty_thread_main, Pty, PtyInstruction},
|
pty::{pty_thread_main, Pty, PtyInstruction},
|
||||||
screen::{screen_thread_main, ScreenInstruction},
|
screen::{screen_thread_main, ScreenInstruction},
|
||||||
setup::install::populate_data_dir,
|
setup::{get_default_data_dir, install::populate_data_dir},
|
||||||
thread_bus::{ChannelWithContext, SenderType, SenderWithContext, SyncChannelWithContext},
|
thread_bus::{ChannelWithContext, SenderType, SenderWithContext, SyncChannelWithContext},
|
||||||
utils::consts::ZELLIJ_PROJ_DIR,
|
|
||||||
wasm_vm::{wasm_thread_main, PluginInstruction},
|
wasm_vm::{wasm_thread_main, PluginInstruction},
|
||||||
};
|
};
|
||||||
use crate::layout::Layout;
|
use crate::layout::Layout;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue