forked from AcaMate/AcaMate_iOS
16 lines
174 B
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("더보기")
|
|
}
|
|
}
|
|
|