mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
rename flowy-core to flowy-folder that manages the workspace,app,view
This commit is contained in:
parent
17955bcf43
commit
2fa99a563c
213 changed files with 1008 additions and 1044 deletions
|
@ -1,4 +1,4 @@
|
|||
use flowy_core::controller::FolderManager;
|
||||
use flowy_folder::controller::FolderManager;
|
||||
use flowy_net::ws::connection::FlowyWebSocketConnect;
|
||||
use flowy_user::services::UserSession;
|
||||
use lib_dispatch::prelude::Module;
|
||||
|
@ -20,7 +20,7 @@ fn mk_user_module(user_session: Arc<UserSession>) -> Module {
|
|||
}
|
||||
|
||||
fn mk_folder_module(core: Arc<FolderManager>) -> Module {
|
||||
flowy_core::module::create(core)
|
||||
flowy_folder::module::create(core)
|
||||
}
|
||||
|
||||
fn mk_network_module(ws_conn: Arc<FlowyWebSocketConnect>) -> Module {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue