// // LoginVIew.swift // AcaMate // // Created by Sean Kim on 12/2/24. // import SwiftUI struct LoginVIew: View { var body: some View { Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) } } #Preview { LoginVIew() }