hongbo-miao/hongbomiao.com

View on GitHub
mobile/mobile-ios/HMMobile/HMMobileApp.swift

Summary

Maintainability
A
0 mins
Test Coverage
//
//  HMMobileApp.swift
//  HMMobile
//
//  Created by Hongbo Miao on 11/21/22.
//

import SwiftUI

@main
struct HMMobileApp: App {
    var body: some Scene {
        WindowGroup {
            ContentView()
        }
    }
}