fix: lint type import
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
import { CoverClient } from "./cover-client";
|
||||
import { ProgressBar } from "./progress-bar";
|
||||
import { SeriesCoverProps, getImageUrl } from "./cover-utils";
|
||||
import type { SeriesCoverProps} from "./cover-utils";
|
||||
import { getImageUrl } from "./cover-utils";
|
||||
|
||||
export function SeriesCover({
|
||||
series,
|
||||
|
||||
Reference in New Issue
Block a user