Initial Commit
This commit is contained in:
17
MoonWatch/MoonWatchApp.swift
Normal file
17
MoonWatch/MoonWatchApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MoonWatchApp.swift
|
||||
// MoonWatch
|
||||
//
|
||||
// Created by david on 4/26/26.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct MoonWatchApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user