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
309 B
Swift
12 lines
309 B
Swift
import SwiftUI
|
|
|
|
struct EdgeSettingsView: View {
|
|
var body: some View {
|
|
EdgeScaffold(
|
|
title: "Settings",
|
|
subtitle: "Install registration, operator identity, and backend connection state.",
|
|
actionLabel: "Verify surface heartbeat and app version"
|
|
)
|
|
}
|
|
}
|