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

12 lines
307 B
Swift

import SwiftUI
struct EdgeLeadSummaryView: View {
var body: some View {
EdgeScaffold(
title: "Lead Summary",
subtitle: "Compact account memory, qualification signals, and next-best action.",
actionLabel: "Review Mohammed Al-Rashid context"
)
}
}