mycode/myApp/HaruDanim/IOS/ContentView.swift
2026-07-06 00:56:00 +09:00

19 lines
213 B
Swift

//
// ContentView.swift
// HaruDanim
//
// Created by on 7/3/26.
//
import SwiftUI
struct ContentView: View {
var body: some View {
MainTabView()
}
}
#Preview {
ContentView()
}