mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-14 19:20:38 +00:00

* chore: download file * chore: config download ui * chore: update zip * chore: config download ui * chore: unzip file * chore: unzip file * chore: rename * chore: disable local ai * chore: fmt * chore: fix warning * chore: update * chore: fix clippy
13 lines
183 B
Rust
13 lines
183 B
Rust
mod event_handler;
|
|
pub mod event_map;
|
|
|
|
mod chat;
|
|
pub mod chat_manager;
|
|
pub mod entities;
|
|
mod local_ai;
|
|
mod middleware;
|
|
pub mod notification;
|
|
mod persistence;
|
|
mod protobuf;
|
|
mod tools;
|