refactor: remove dead code

This commit is contained in:
Gauthier Roebroeck 2022-01-25 16:31:00 +08:00
parent 4462a18ff9
commit 78ebcbcb53

View file

@ -1,9 +1,5 @@
import {PageDto} from '@/types/komga-books'
export interface ScanRequestDto {
path: string,
}
export interface TransientBookDto {
id: string,
name: string,