Initial Commit
This commit is contained in:
20
KlipperMon/KlipperMonApp.swift
Normal file
20
KlipperMon/KlipperMonApp.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// KlipperMonApp.swift
|
||||
// KlipperMon
|
||||
//
|
||||
// Created by maddiefuzz on 2/7/23.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct KlipperMonApp: App {
|
||||
let persistenceController = PersistenceController.shared
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
.environment(\.managedObjectContext, persistenceController.container.viewContext)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user