Remove redundant re-export in widget::canvas

This commit is contained in:
Héctor Ramón Jiménez 2023-05-19 04:15:55 +02:00
parent 9d25f98f0f
commit f7ed645edd
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -4,7 +4,6 @@ pub mod event;
mod cursor;
mod program;
pub use crate::graphics::Gradient;
pub use cursor::Cursor;
pub use event::Event;
pub use program::Program;