aboutsummaryrefslogtreecommitdiff
path: root/LibreSecrets/LibreSecretsApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'LibreSecrets/LibreSecretsApp.swift')
-rw-r--r--LibreSecrets/LibreSecretsApp.swift17
1 files changed, 17 insertions, 0 deletions
diff --git a/LibreSecrets/LibreSecretsApp.swift b/LibreSecrets/LibreSecretsApp.swift
new file mode 100644
index 0000000..bcd13e5
--- /dev/null
+++ b/LibreSecrets/LibreSecretsApp.swift
@@ -0,0 +1,17 @@
+//
+// LibreSecretsApp.swift
+// LibreSecrets
+//
+// Created by Christian Cleberg on 2024-01-13.
+//
+
+import SwiftUI
+
+@main
+struct LibreSecretsApp: App {
+ var body: some Scene {
+ WindowGroup {
+ ContentView()
+ }
+ }
+}