summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-05-12 23:57:22 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-15 22:14:35 +0530
commit07ca0cbb11bbc0491e134c863cd8a6133c2a9cf1 (patch)
tree253d2282d104ad2f17ac747538aaef78f23529ed /src
parent378dd90f8f32d29557bb2437900e318faea460d2 (diff)
Fix after rebase
Diffstat (limited to 'src')
-rw-r--r--src/server/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/mod.rs b/src/server/mod.rs
index b925b4d20..4c6fb7575 100644
--- a/src/server/mod.rs
+++ b/src/server/mod.rs
@@ -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;