mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 22:26:38 +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") } } }
|