mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-07 10:42:19 +00:00
Fix ts import.
This commit is contained in:
parent
1e3662ac39
commit
33be4f1106
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ use chrono::{DateTime, Utc};
|
|||
use serde::{Deserialize, Serialize};
|
||||
use serde_with::skip_serializing_none;
|
||||
use std::fmt::Debug;
|
||||
#[cfg(feature = "full")]
|
||||
use ts_rs::TS;
|
||||
use typed_builder::TypedBuilder;
|
||||
|
||||
|
|
Loading…
Reference in a new issue