Remove unused import
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
97589c6a92
commit
fd42119219
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ use crate::common::{
|
||||||
screen::{screen_thread_main, ScreenInstruction},
|
screen::{screen_thread_main, ScreenInstruction},
|
||||||
setup::{get_default_data_dir, install::populate_data_dir},
|
setup::{get_default_data_dir, install::populate_data_dir},
|
||||||
thread_bus::{ChannelWithContext, SenderType, SenderWithContext},
|
thread_bus::{ChannelWithContext, SenderType, SenderWithContext},
|
||||||
utils::consts::{ZELLIJ_IPC_PIPE, ZELLIJ_PROJ_DIR},
|
utils::consts::ZELLIJ_IPC_PIPE,
|
||||||
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