brain / WatchApp /WatchApp Watch App /WatchAppApp.swift
kanno927's picture
feature(#103): update ui/ux of chat and setting page
0a56873
raw
history blame contribute delete
240 Bytes
//
// WatchAppApp.swift
// WatchApp Watch App
//
// Created by DarkHorse on 6/28/23.
//
import SwiftUI
@main
struct WatchApp_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
MainView()
}
}
}