Skip to content

Commit

Permalink
Merge pull request #38 from aclueless/list-default-to-new
Browse files Browse the repository at this point in the history
export component ref
  • Loading branch information
aclueless authored Dec 2, 2023
2 parents 9d4739a + 8c5e5ac commit 8d8930d
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 @@ -22,7 +22,7 @@ mod queue_render;

pub use application::Application;
pub use component::{AsChildComp, Checklist, Child, ChildComp, Comp, Component, ShouldRender};
pub use dom::TagName;
pub use dom::{ComponentRef, TagName};
#[cfg(feature = "queue-render")]
pub use queue_render::{val::QrVal, vec::QrVec};
pub use render::html::HtmlTag;
Expand Down

0 comments on commit 8d8930d

Please sign in to comment.