AcaMate_iOS/AcaMate/1. View/12. Main/125. Etc/EtcView.swift

16 lines
174 B
Swift

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