mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-12 05:54:51 +00:00
Cleanup.
This commit is contained in:
parent
0c854d2d3a
commit
802a8a64e7
|
@ -1,7 +1,6 @@
|
|||
use lemmy_db_schema::newtypes::{CommentId, CommentReportId, CommunityId};
|
||||
use lemmy_db_schema::newtypes::{CommentId, CommentReportId};
|
||||
use lemmy_db_views::structs::CommentReportView;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_with::skip_serializing_none;
|
||||
#[cfg(feature = "full")]
|
||||
use ts_rs::TS;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
use lemmy_db_schema::newtypes::{CommunityId, PostId, PostReportId};
|
||||
use lemmy_db_schema::newtypes::{PostId, PostReportId};
|
||||
use lemmy_db_views::structs::PostReportView;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_with::skip_serializing_none;
|
||||
#[cfg(feature = "full")]
|
||||
use ts_rs::TS;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
use lemmy_db_schema::newtypes::{PrivateMessageId, PrivateMessageReportId};
|
||||
use lemmy_db_views::structs::PrivateMessageReportView;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_with::skip_serializing_none;
|
||||
#[cfg(feature = "full")]
|
||||
use ts_rs::TS;
|
||||
|
||||
|
|
Loading…
Reference in a new issue