summaryrefslogtreecommitdiff
path: root/DomainDig/DomainDigApp.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-11 22:01:24 -0500
committerChristian Cleberg <[email protected]>2026-03-11 22:01:24 -0500
commite11b7d29a6aa9e52f63fcb35ee7ed9127850fffe (patch)
tree33252d28c1ef6b4ab4a38c0be793f22129696588 /DomainDig/DomainDigApp.swift
downloaddomain-dig-e11b7d29a6aa9e52f63fcb35ee7ed9127850fffe.tar.gz
domain-dig-e11b7d29a6aa9e52f63fcb35ee7ed9127850fffe.tar.bz2
domain-dig-e11b7d29a6aa9e52f63fcb35ee7ed9127850fffe.zip
initial commit
Diffstat (limited to 'DomainDig/DomainDigApp.swift')
-rw-r--r--DomainDig/DomainDigApp.swift17
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()
+ }
+ }
+}