Skip to content

Commit 98dafa5

Browse files
geoffreygarrettDanielleHuisman
geoffreygarrett
authored andcommitted
Update Primitive for Leptos 0.7
1 parent 06e61f9 commit 98dafa5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

packages/primitives/leptos/primitive/src/primitive.rs

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
use leptos::{
2-
attr::Attribute,
32
ev::Event,
43
html::{ElementType, HtmlElement},
54
prelude::*,
65
wasm_bindgen::JsCast,
7-
tachys::html::{class::IntoClass, node_ref::NodeRefContainer, style::IntoStyle},
6+
tachys::html::{node_ref::NodeRefContainer},
87
};
98
use leptos_node_ref::{any_node_ref, AnyNodeRef};
109
use leptos_typed_fallback_show::TypedFallbackShow;
@@ -98,12 +97,3 @@ where
9897
}
9998
}
10099
}
101-
102-
/* -------------------------------------------------------------------------------------------------
103-
* Primitive re-exports
104-
* -----------------------------------------------------------------------------------------------*/
105-
106-
pub mod primitive {
107-
pub use super::*;
108-
pub use Primitive as Root;
109-
}

0 commit comments

Comments
 (0)