feat: config grid editor

This commit is contained in:
appflowy
2022-03-04 21:26:32 +08:00
parent 49807a0b57
commit 9125db7ef0
13 changed files with 222 additions and 128 deletions

View File

@ -2,8 +2,8 @@ use crate::{
configuration::*,
request::{HttpRequestBuilder, ResponseMiddleware},
};
use flowy_block::BlockCloudService;
use flowy_collaboration::entities::document_info::{BlockId, BlockInfo, CreateBlockParams, ResetBlockParams};
use flowy_document::BlockCloudService;
use flowy_error::FlowyError;
use http_flowy::response::FlowyResponse;
use lazy_static::lazy_static;