WebOS completion
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import SwiftUI
|
||||
|
||||
struct EdgeTranscriptionsView: View {
|
||||
var body: some View {
|
||||
EdgeScaffold(
|
||||
title: "Transcriptions",
|
||||
subtitle: "Imported voice artifacts and transcript summaries for field follow-up.",
|
||||
actionLabel: "Review pending recording import"
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user