Nathan.fooo 3491ffdd08
Fix/read app (#1808)
* fix: filter out the apps that are deleted

* chore: format code style

* chore: fix clippy wanrings
2023-02-06 21:42:01 +08:00

6 lines
83 B
Rust

pub mod conflict;
pub mod editor;
pub mod queue;
pub mod snapshot;
mod web_socket;