Files
Project_Velocity/iOS/velocity-edge-phone/Features/EdgeCommunicationsView.swift
2026-04-18 18:56:05 +05:30

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"
)
}
}