summaryrefslogtreecommitdiff
path: root/JuickNext/JuickApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'JuickNext/JuickApp.swift')
-rw-r--r--JuickNext/JuickApp.swift18
1 files changed, 18 insertions, 0 deletions
diff --git a/JuickNext/JuickApp.swift b/JuickNext/JuickApp.swift
new file mode 100644
index 0000000..190720b
--- /dev/null
+++ b/JuickNext/JuickApp.swift
@@ -0,0 +1,18 @@
+//
+// JuickApp.swift
+// Juick
+//
+// Created by Vitaly Takmazov on 14.05.2023.
+// Copyright © 2023 com.juick. All rights reserved.
+//
+
+import SwiftUI
+
+@main
+struct JuickApp: App {
+ var body: some Scene {
+ WindowGroup {
+ ContentView()
+ }
+ }
+}