remove re-export on viewer::State
This commit is contained in:
parent
5dd62bacd5
commit
c7bb434113
3 changed files with 10 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Display images in your user interface.
|
||||
pub mod viewer;
|
||||
pub use viewer::{State, Viewer};
|
||||
pub use viewer::Viewer;
|
||||
|
||||
use crate::{layout, Element, Hasher, Layout, Length, Point, Size, Widget};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue