Files
WerkoutIOS/Werkout_ios/Views/AccountView.swift
Trey t c2ea70305c WIP
2023-06-15 21:35:42 -05:00

16 lines
210 B
Swift

//
// AccountView.swift
// Werkout_ios
//
// Created by Trey Tartt on 6/15/23.
//
import Foundation
import SwiftUI
struct AccountView: View {
var body: some View {
Text("account view")
}
}