mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 15:46:30 +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") } } }
|