mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 15:16:35 +03:00
4 lines
106 B
Swift
4 lines
106 B
Swift
import SwiftUI
|
|
|
|
@main struct FixtureApp: App { var body: some Scene { WindowGroup { Text("Fixture") } } }
|