parent
884f1d9186
commit
e12dbff90d
@ -0,0 +1,18 @@ |
||||
// |
||||
// UmpireStatisticView.swift |
||||
// PadelClub |
||||
// |
||||
// Created by razmig on 06/11/2024. |
||||
// |
||||
|
||||
import SwiftUI |
||||
|
||||
struct UmpireStatisticView: View { |
||||
var body: some View { |
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) |
||||
} |
||||
} |
||||
|
||||
#Preview { |
||||
UmpireStatisticView() |
||||
} |
||||
@ -0,0 +1,18 @@ |
||||
// |
||||
// PlayerStatisticView.swift |
||||
// PadelClub |
||||
// |
||||
// Created by razmig on 06/11/2024. |
||||
// |
||||
|
||||
import SwiftUI |
||||
|
||||
struct PlayerStatisticView: View { |
||||
var body: some View { |
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) |
||||
} |
||||
} |
||||
|
||||
#Preview { |
||||
PlayerStatisticView() |
||||
} |
||||
Loading…
Reference in new issue