chore: add missing imports

This commit is contained in:
Zack Fu Zi Xiang 2024-11-07 16:33:27 +08:00
parent 2e2ec23430
commit 30dff6c25b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 serde_json::json;
use shared_entity::response::{AppResponse, AppResponseError};