diff options
| author | Fuwn <[email protected]> | 2025-02-17 19:59:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-17 19:59:40 -0800 |
| commit | 4b03f632491b2f988f1acf07a257cc23ef4f395b (patch) | |
| tree | b9f5093fdfbdf93d19266463a608d892776803b5 /Sora/SoraApp.swift | |
| download | sora-testing-4b03f632491b2f988f1acf07a257cc23ef4f395b.tar.xz sora-testing-4b03f632491b2f988f1acf07a257cc23ef4f395b.zip | |
feat: Initial commit
Diffstat (limited to 'Sora/SoraApp.swift')
| -rw-r--r-- | Sora/SoraApp.swift | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Sora/SoraApp.swift b/Sora/SoraApp.swift new file mode 100644 index 0000000..1fab837 --- /dev/null +++ b/Sora/SoraApp.swift @@ -0,0 +1,10 @@ +import SwiftUI + +@main +struct SoraApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} |