Migrated to TTP.
This commit is contained in:
parent
c14864c8b7
commit
efc4bc9aa4
10 changed files with 40 additions and 40 deletions
|
|
@ -7,11 +7,11 @@ use crate::{
|
|||
util::file_util::{get_children, load_file, save_file},
|
||||
};
|
||||
use async_trait::async_trait;
|
||||
use epsilon_core::{CommunicationType, CommunicationValue, DataTypes};
|
||||
use json::{JsonValue, array, object};
|
||||
use std::fs;
|
||||
use std::sync::Arc;
|
||||
use std::{any::Any, collections::HashMap};
|
||||
use ttp_core::{CommunicationType, CommunicationValue, DataTypes};
|
||||
use uuid::Uuid;
|
||||
pub struct TextChat {
|
||||
id: Uuid,
|
||||
|
|
|
|||
Loading…
Reference in a new issue