ash_hq/iOS/AshHq/AshHqApp.swift

18 lines
215 B
Swift
Raw Normal View History

//
// AshHqApp.swift
// AshHq
//
// Created by Zach Daniel on 9/8/22.
//
import SwiftUI
@main
struct AshHqApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}