Files
NearFuture/MacNearFuture/MacNearFutureApp.swift
2025-05-21 14:45:04 +01:00

18 lines
239 B
Swift

//
// MacNearFutureApp.swift
// MacNearFuture
//
// Created by neon443 on 21/05/2025.
//
import SwiftUI
@main
struct MacNearFutureApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}