mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
122a392bf8
* chore: update client api * chore: rename test target * chore: fix test
9 lines
122 B
Rust
9 lines
122 B
Rust
mod database;
|
|
mod document;
|
|
mod folder;
|
|
|
|
// TODO(Mathias): Enable tests for search
|
|
// mod search;
|
|
mod user;
|
|
pub mod util;
|