forked from sagnik/Project_Velocity
#24 WebOS Completion Co-authored-by: Sayan Datta <sayan@Sayans-MacBook-Air.local> Reviewed-on: sagnik/Project_Velocity#25
12 lines
317 B
Swift
12 lines
317 B
Swift
import SwiftUI
|
|
|
|
struct EdgeCommunicationsView: View {
|
|
var body: some View {
|
|
EdgeScaffold(
|
|
title: "Communications",
|
|
subtitle: "Calls, WhatsApp touchpoints, and imported operator activity in one surface.",
|
|
actionLabel: "Log a manual communication note"
|
|
)
|
|
}
|
|
}
|