fix: import

This commit is contained in:
Zack Fu Zi Xiang 2024-08-29 10:16:19 +08:00
parent de8387b3af
commit e5e89be371
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ use crate::api::workspace::{collab_scope, workspace_scope};
use crate::api::ws::ws_scope;
use crate::mailer::Mailer;
use access_control::access::{enable_access_control, AccessControl};
use gotrue::grant::{Grant, PasswordGrant};
use crate::api::chat::chat_scope;
use crate::api::history::history_scope;