diff --git a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift index 4aa70c4..a812aa9 100644 --- a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift +++ b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift @@ -4,7 +4,6 @@ // // Created by Francesco on 18/12/24. // -// import NukeUI import SwiftUI @@ -1078,4 +1077,4 @@ private struct AsyncImageView: View { .frame(width: width, height: height) .cornerRadius(8) } -} \ No newline at end of file +}