Feature: Notes creation
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// NoteEditorScreen.swift
|
||||
// Peered
|
||||
//
|
||||
// Created by Oskar Chybowski on 25/09/2025.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct NoteEditorScreen: View {
|
||||
let note: Note
|
||||
|
||||
var body: some View {
|
||||
TextEditor(text: .constant("eee"))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user