This commit is contained in:
Mikayla
2023-08-18 15:12:56 -07:00
parent 8ef671d7a1
commit 84f35d4e6b
+1 -1
View File
@@ -63,7 +63,7 @@ pub struct StylableComponentAdapter<C: Component<V>, V: View> {
}
impl<C: Component<V>, V: View> StylableComponentAdapter<C, V> {
fn new(component: C) -> Self {
pub fn new(component: C) -> Self {
Self {
component,
phantom: std::marker::PhantomData,