mirror of
https://github.com/morgan9e/SensorReader
synced 2026-04-14 08:25:21 +09:00
11 lines
148 B
Swift
11 lines
148 B
Swift
import SwiftUI
|
|
|
|
@main
|
|
struct EnvSensorReaderApp: App {
|
|
var body: some Scene {
|
|
WindowGroup {
|
|
ContentView()
|
|
}
|
|
}
|
|
}
|