Skip to content

Commit

Permalink
Bring EditAction to top-level namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Feb 5, 2024
1 parent e803ffc commit ac01077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mod tile;
mod tiles;
mod tree;

pub use behavior::Behavior;
pub use behavior::{Behavior, EditAction};
pub use container::{Container, ContainerKind, Grid, GridLayout, Linear, LinearDir, Tabs};
pub use tile::{Tile, TileId};
pub use tiles::Tiles;
Expand Down

0 comments on commit ac01077

Please sign in to comment.