Skip to content

Commit

Permalink
make grid use the renderer and such others are using
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Dec 26, 2023
1 parent 91038aa commit 22f43ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/native/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ pub type FloatingElement<'a, Message, Renderer> =
pub mod grid;
#[cfg(feature = "grid")]
/// A container that distributes its contents in a grid.
// pub type Grid<'a, Message, Renderer> = grid::Grid<'a, Message, Renderer>;
pub use grid::Grid;
pub type Grid<'a, Message, Renderer> = grid::Grid<'a, Message, Renderer>;
#[cfg(feature = "grid")]
pub use grid::GridRow;

Expand Down

0 comments on commit 22f43ef

Please sign in to comment.