mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 11:52:00 +02:00
WIP
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Demo
|
||||
// Copyright © 2020 John Rommel Estropia, Inc. All rights reserved.
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct DemoApp: App {
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
Menu.MainView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user