Initial commit
This commit is contained in:
17
mcrl-app/mcrl_appApp.swift
Normal file
17
mcrl-app/mcrl_appApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// mcrl_appApp.swift
|
||||
// mcrl-app
|
||||
//
|
||||
// Created by Simon Oberzier on 13.01.26.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct mcrl_appApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user