Revert changes to gpui2 crate

This commit is contained in:
Marshall Bowers 2023-10-06 15:49:53 -04:00
parent d37785c214
commit 88a6a41c7c
5 changed files with 4 additions and 61 deletions

View file

@ -6,7 +6,6 @@ pub mod interactive;
pub mod style;
pub mod view;
pub mod view_context;
pub mod view_handle;
pub use color::*;
pub use element::{AnyElement, Element, IntoElement, Layout, ParentElement};