Initial Commit
This commit is contained in:
commit
a098b17f71
13 changed files with 800 additions and 0 deletions
17
MSG Desktop/MSG_DesktopApp.swift
Normal file
17
MSG Desktop/MSG_DesktopApp.swift
Normal file
|
@ -0,0 +1,17 @@
|
|||
//
|
||||
// MSG_DesktopApp.swift
|
||||
// MSG Desktop
|
||||
//
|
||||
// Created by Chad Nelson on 3/8/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct MSG_DesktopApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue