mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
rename folder event
This commit is contained in:
parent
a48031df7c
commit
fcc6f51b3b
30 changed files with 172 additions and 183 deletions
|
@ -20,7 +20,7 @@ fn mk_user_module(user_session: Arc<UserSession>) -> Module {
|
|||
}
|
||||
|
||||
fn mk_folder_module(core: Arc<FolderManager>) -> Module {
|
||||
flowy_folder::module::create(core)
|
||||
flowy_folder::event_map::create(core)
|
||||
}
|
||||
|
||||
fn mk_network_module(ws_conn: Arc<FlowyWebSocketConnect>) -> Module {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue