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

Commit bcb8dfb

Browse files
authored
Remove duplicate AppDetailsView
1 parent d272d39 commit bcb8dfb

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

Sources/prostore/views/AppsView.swift

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -629,20 +629,4 @@ private struct AppRowView: View {
629629
.padding(.vertical, 6)
630630
.contentShape(Rectangle())
631631
}
632-
}
633-
634-
// MARK: - AppDetailView (placeholder — keep your existing implementation or replace)
635-
struct AppDetailView: View {
636-
let app: AltApp
637-
638-
var body: some View {
639-
VStack {
640-
Text(app.name).font(.largeTitle)
641-
if let repo = app.repositoryName {
642-
Text("Repo: \(repo)").font(.subheadline).foregroundColor(.secondary)
643-
}
644-
Spacer()
645-
}
646-
.padding()
647-
}
648-
}
632+
}

0 commit comments

Comments
 (0)