forked from AcaMate/AcaMate_iOS
15 lines
191 B
Swift
15 lines
191 B
Swift
//
|
|
// ManagementView.swift
|
|
// AcaMate
|
|
//
|
|
// Created by TAnine on 2/11/25.
|
|
//
|
|
|
|
import SwiftUI
|
|
|
|
struct ManagementView: View {
|
|
var body: some View {
|
|
Text("학습 관리")
|
|
}
|
|
}
|