Skip to content

Commit

Permalink
xilem_web: Make BoxedView public
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-M committed Nov 28, 2023
1 parent 987af68 commit 0183814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/xilem_web/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pub use one_of::{
pub use optional_action::{Action, OptionalAction};
pub use pointer::{Pointer, PointerDetails, PointerMsg};
pub use view::{
memoize, static_view, Adapt, AdaptState, AdaptThunk, AnyView, Memoize, MemoizeState, Pod, View,
ViewMarker, ViewSequence,
memoize, static_view, Adapt, AdaptState, AdaptThunk, AnyView, BoxedView, Memoize, MemoizeState,
Pod, View, ViewMarker, ViewSequence,
};
pub use view_ext::ViewExt;

Expand Down

0 comments on commit 0183814

Please sign in to comment.