IceCubesApp/IceCubesApp/IceCubesAppApp.swift
2022-11-20 16:39:06 +01:00

11 lines
126 B
Swift

import SwiftUI
@main
struct IceCubesAppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}