// // EtcView.swift // AcaMate // // Created by TAnine on 2/11/25. // import SwiftUI struct EtcView: View { var body: some View { Text("더보기") } }