mirror of
https://github.com/Mueller-Patrick/DHBW-Service-App.git
synced 2026-04-28 18:30:09 +00:00
Changed file structure
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// DHBW_ServiceApp.swift
|
||||
// DHBW-Service
|
||||
//
|
||||
// Created by Patrick Müller on 20.12.20.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct DHBW_ServiceApp: App {
|
||||
let persistenceController = PersistenceController.shared
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
.environment(\.managedObjectContext, persistenceController.context)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user