fix: ambiguous name

This commit is contained in:
sxyazi 2023-08-03 15:12:19 +08:00
parent 0b6c9b7306
commit d5d443031f
No known key found for this signature in database

View File

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