mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 05:27:07 +00:00
9 lines
89 B
Rust
9 lines
89 B
Rust
|
use super::*;
|
||
|
|
||
|
mod app;
|
||
|
mod event;
|
||
|
|
||
|
pub fn app() -> impl App {
|
||
|
app::App::default()
|
||
|
}
|