fix compile errs

This commit is contained in:
2025-08-14 23:51:15 +02:00
parent 8daa4f0863
commit 2f2c0c6bf5
5 changed files with 5 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
#![allow(unused)]
use serde::Serialize;
use crate::response_deserializer::{
use crate::types::{
Chapter, ContentRating, Manga, PublicationDemographic, State, Status, Titles,
};
use crate::language::Language;