#24 WebOS Completion Co-authored-by: Sayan Datta <sayan@Sayans-MacBook-Air.local> Reviewed-on: #25
12 lines
317 B
Swift
12 lines
317 B
Swift
import SwiftUI
|
|
|
|
struct EdgeAlertsView: View {
|
|
var body: some View {
|
|
EdgeScaffold(
|
|
title: "Alerts",
|
|
subtitle: "Unread lead responses, callback urgency, and showroom event nudges for field operators.",
|
|
actionLabel: "Respond to unread whale-lead thread"
|
|
)
|
|
}
|
|
}
|