WIP
This commit is contained in:
15
Werkout_ios/AccountView/AccountView.swift
Normal file
15
Werkout_ios/AccountView/AccountView.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// 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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user