mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
.. [no ci]
This commit is contained in:
parent
f91bfea1de
commit
24655da642
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ use std::time::UNIX_EPOCH;
|
||||||
use mlua::{AnyUserData, IntoLua, MetaMethod, UserData, UserDataFields, UserDataMethods, UserDataRef};
|
use mlua::{AnyUserData, IntoLua, MetaMethod, UserData, UserDataFields, UserDataMethods, UserDataRef};
|
||||||
use yazi_config::THEME;
|
use yazi_config::THEME;
|
||||||
|
|
||||||
use super::shared::{Range, Url};
|
use super::{Range, Url};
|
||||||
use crate::{layout::Style, LUA};
|
use crate::{layout::Style, LUA};
|
||||||
|
|
||||||
pub struct File(yazi_core::files::File);
|
pub struct File(yazi_core::files::File);
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,6 @@ mod tasks;
|
||||||
pub use active::*;
|
pub use active::*;
|
||||||
pub use bindings::*;
|
pub use bindings::*;
|
||||||
pub use files::*;
|
pub use files::*;
|
||||||
pub use yazi_shared::*;
|
pub use shared::*;
|
||||||
pub use tabs::*;
|
pub use tabs::*;
|
||||||
pub use tasks::*;
|
pub use tasks::*;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue