chore: add missing imports
This commit is contained in:
parent
2e2ec23430
commit
30dff6c25b
|
|
@ -1,4 +1,4 @@
|
||||||
use client_api_entity::workspace_dto::{CreatePageParams, Page, PageCollab};
|
use client_api_entity::workspace_dto::{CreatePageParams, Page, PageCollab, UpdatePageParams};
|
||||||
use reqwest::Method;
|
use reqwest::Method;
|
||||||
use serde_json::json;
|
use serde_json::json;
|
||||||
use shared_entity::response::{AppResponse, AppResponseError};
|
use shared_entity::response::{AppResponse, AppResponseError};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue