fix: fn import

This commit is contained in:
fzdwx 2023-07-23 10:31:29 +08:00
parent afbdd95a68
commit 06ee8f89d1

View file

@ -1,5 +1,5 @@
use super::Ctx;
use crate::{config::{keymap::{Exec, Key, Single}, KEYMAP}, core::input::InputMode, misc::optinal_bool};
use crate::{config::{keymap::{Exec, Key, Single}, KEYMAP}, core::input::InputMode, misc::optional_bool};
pub struct Executor;