🚚 Simplifica Child[Component] y Typed[Component]
This commit is contained in:
parent
d35f2c7756
commit
7ef45f1157
12 changed files with 57 additions and 59 deletions
|
|
@ -73,7 +73,7 @@ impl Grid {
|
|||
}
|
||||
|
||||
pub fn with_item(mut self, item: grid::Item) -> Self {
|
||||
self.items.add(ChildComponent::with(item));
|
||||
self.items.add(Child::with(item));
|
||||
self
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue