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

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