mycode/myApp/HaruDanim/IOS/HaruDanimApp.swift
2026-07-03 22:01:08 +09:00

18 lines
225 B
Swift

//
// HaruDanimApp.swift
// HaruDanim
//
// Created by on 7/3/26.
//
import SwiftUI
@main
struct HaruDanimApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}