chore(grid): remove unused Item struct
This commit is contained in:
parent
7ee1f545e1
commit
21cc4124f0
3 changed files with 3 additions and 21 deletions
|
|
@ -4,7 +4,7 @@
|
|||
pub mod layout;
|
||||
pub mod widget;
|
||||
|
||||
pub use widget::{Grid, Item};
|
||||
pub use widget::Grid;
|
||||
|
||||
/// Responsively generates rows and columns of widgets based on its dimmensions.
|
||||
pub const fn grid<'a, Message>() -> Grid<'a, Message> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue