WIP: Work toward a decoupled example of UI vs app code
This commit is contained in:
parent
1485bd3cfc
commit
84fb47d930
20 changed files with 687 additions and 377 deletions
|
@ -13,7 +13,7 @@ pub fn derive_into_element(input: TokenStream) -> TokenStream {
|
|||
{
|
||||
type Element = gpui::Component<Self>;
|
||||
|
||||
fn element_id(&self) -> Option<ElementId> {
|
||||
fn element_id(&self) -> Option<gpui::ElementId> {
|
||||
None
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue