mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-04-24 17:48:39 +02:00
feat: add memo canvas view
This commit is contained in:
@@ -11,7 +11,9 @@ import SwiftUI
|
||||
struct MemolaApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
MemosView()
|
||||
MemoView()
|
||||
.environmentObject(Canvas())
|
||||
.environment(\.managedObjectContext, Persistence.shared.viewContext)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user