Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod button; 2mod button_like; 3mod icon_button; 4 5pub use button::*; 6pub use button_like::*; 7pub use icon_button::*;