#24 WebOS Completion Co-authored-by: Sayan Datta <sayan@Sayans-MacBook-Air.local> Reviewed-on: #25
12 lines
312 B
Swift
12 lines
312 B
Swift
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"
|
|
)
|
|
}
|
|
}
|