Skip to content

Commit

Permalink
re-export slice!
Browse files Browse the repository at this point in the history
  • Loading branch information
blorbb committed Nov 9, 2023
1 parent e78b974 commit f5acd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub mod error {
pub use leptos_macro::template;
#[cfg(not(all(target_arch = "wasm32", feature = "template_macro")))]
pub use leptos_macro::view as template;
pub use leptos_macro::{component, island, server, slot, view, Params};
pub use leptos_macro::{component, island, server, slot, view, Params, slice};
pub use leptos_reactive::*;
pub use leptos_server::{
self, create_action, create_multi_action, create_server_action,
Expand Down

0 comments on commit f5acd07

Please sign in to comment.