Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 2b57215

Browse files
authored
Add missing SwiftUI import
1 parent 9a0ba9a commit 2b57215

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/prostore/viewModelsAndHelpers/SourceRow.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import SwiftUI
2+
13
struct SourceRow: View {
24
let source: SourcesViewModel.Source
35
@EnvironmentObject var sourcesViewModel: SourcesViewModel

0 commit comments

Comments
 (0)