Skip to content

Commit

Permalink
Fix AvatarPreview
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Apr 14, 2023
1 parent 40d894d commit 67d8440
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/OversizeUI/Controls/Avatar/AvatarPreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import SwiftUI

#if DEBUG
struct AvatarPreview: View {
var body: some View {
VStack(alignment: .leading) {
Expand Down Expand Up @@ -40,7 +39,6 @@ struct AvatarPreview: View {
}
}
}
#endif

struct Avatar_Preview: PreviewProvider {
static var previews: some View {
Expand Down

0 comments on commit 67d8440

Please sign in to comment.