diff options
Diffstat (limited to 'DomainDig/DomainDigApp.swift')
| -rw-r--r-- | DomainDig/DomainDigApp.swift | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/DomainDig/DomainDigApp.swift b/DomainDig/DomainDigApp.swift new file mode 100644 index 0000000..9c881d8 --- /dev/null +++ b/DomainDig/DomainDigApp.swift @@ -0,0 +1,17 @@ +// +// DomainDigApp.swift +// DomainDig +// +// Created by cmc on 2026-03-10. +// + +import SwiftUI + +@main +struct DomainDigApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} |
