This commit is contained in:
Mikayla 2023-08-18 15:12:56 -07:00
parent 8ef671d7a1
commit 84f35d4e6b
No known key found for this signature in database

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,