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