mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-03 07:57:31 +01:00
11 lines
126 B
Swift
11 lines
126 B
Swift
import SwiftUI
|
|
|
|
@main
|
|
struct IceCubesAppApp: App {
|
|
var body: some Scene {
|
|
WindowGroup {
|
|
ContentView()
|
|
}
|
|
}
|
|
}
|