metatext/Shared/MetatextApp.swift
Justin Mazzocchi db27aaa206
Configuration
2020-07-18 19:12:32 -07:00

13 lines
196 B
Swift

// Copyright © 2020 Metabolist. All rights reserved.
import SwiftUI
@main
struct MetatextApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}