[App] Repositories in the Menu Bar view #4

Merged
javier merged 12 commits from app/repositories into main 2024-10-06 11:50:37 +00:00
Showing only changes of commit 5bbd8dedbc - Show all commits

View File

@ -0,0 +1,20 @@
//
// Schema+Constants.swift
// Piper ~ App
//
// Created by Javier Cicchelli on 05/10/2024.
// Copyright © 2024 Röck+Cöde. All rights reserved.
//
import SwiftData
extension Schema {
// MARK: Constants
static let entities = Schema([
Repository.self
])
}