Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1use super::*; 2 3mod app; 4mod event; 5 6pub fn app() -> impl App { 7 app::App::default() 8}