Feature: Notes creation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Note.swift
|
||||
// Peered
|
||||
//
|
||||
// Created by Oskar Chybowski on 25/09/2025.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct Note: Identifiable {
|
||||
var id: URL { path }
|
||||
|
||||
let name: String
|
||||
let path: URL
|
||||
}
|
||||
Reference in New Issue
Block a user