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