Update EpisodeCell.swift

This commit is contained in:
scigward 2025-08-21 14:05:02 +03:00 committed by GitHub
parent 6c11bfde99
commit e7b311b6e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,6 @@
// //
// Created by Francesco on 18/12/24. // Created by Francesco on 18/12/24.
// //
//
import NukeUI import NukeUI
import SwiftUI import SwiftUI
@ -1078,4 +1077,4 @@ private struct AsyncImageView: View {
.frame(width: width, height: height) .frame(width: width, height: height)
.cornerRadius(8) .cornerRadius(8)
} }
} }