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
301 B
Swift
12 lines
301 B
Swift
import SwiftUI
|
|
|
|
struct EdgeNotesView: View {
|
|
var body: some View {
|
|
EdgeScaffold(
|
|
title: "Notes",
|
|
subtitle: "Quick capture for memory facts, objections, and promised follow-ups.",
|
|
actionLabel: "Save a note with memory extraction hints"
|
|
)
|
|
}
|
|
}
|