This commit is contained in:
Franklin 2023-02-07 12:16:14 -04:00
parent dfd7b84b2c
commit 478693375a
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
use err::{Error, MessageResource};
use serde::{Serialize};
use chat_types::domain::chat_room::{self, ChatRoom};
pub async fn a() {}
pub async fn a() {
let a = ChatRoom {};
}