fix: adaptor export

This commit is contained in:
fzdwx 2023-08-02 13:50:36 +08:00
parent 5998d5cef6
commit 3345f91863

View file

@ -6,7 +6,7 @@ mod sixel;
mod ueberzug; mod ueberzug;
pub use adaptor::*; pub use adaptor::*;
pub use image::*; pub use crate::image::*;
pub(self) use iterm2::*; pub(self) use iterm2::*;
pub(self) use kitty::*; pub(self) use kitty::*;
pub(self) use sixel::*; pub(self) use sixel::*;