Fix after rebase

This commit is contained in:
Kunal Mohan 2021-05-12 23:57:22 +05:30
parent 378dd90f8f
commit 07ca0cbb11

View file

@ -15,9 +15,8 @@ use crate::common::{
os_input_output::ServerOsApi,
pty::{pty_thread_main, Pty, PtyInstruction},
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},
utils::consts::ZELLIJ_PROJ_DIR,
wasm_vm::{wasm_thread_main, PluginInstruction},
};
use crate::layout::Layout;