refactor: remove domain folder

This commit is contained in:
appflowy
2022-03-01 16:05:45 +08:00
parent 156d38179a
commit 7a36fed778
56 changed files with 396 additions and 445 deletions

View File

@ -117,6 +117,7 @@ pub async fn create_view(sdk: &FlowySDKTest, app_id: &str, name: &str, desc: &st
thumbnail: None,
data_type: view_type,
ext_data: "".to_string(),
plugin_type: 0,
};
let view = FolderEventBuilder::new(sdk.clone())
.event(CreateView)