Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod avatar; 2mod button; 3mod icon; 4mod input; 5mod label; 6mod stack; 7 8pub use avatar::*; 9pub use button::*; 10pub use icon::*; 11pub use input::*; 12pub use label::*; 13pub use stack::*;