maneshtrader/mac/src/AppMobile/ManeshTraderMobileApp.swift

11 lines
157 B
Swift

import SwiftUI
@main
struct ManeshTraderMobileApp: App {
var body: some Scene {
WindowGroup {
MobileContentView()
}
}
}