parent
698eed65ed
commit
f98bca02d6
@ -0,0 +1,18 @@
|
||||
//
|
||||
// ReviewCard.swift
|
||||
// AllIn
|
||||
//
|
||||
// Created by Lucas Delanier on 10/01/2024.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ReviewCard: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
ReviewCard()
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
//
|
||||
// HistoricBetView.swift
|
||||
// AllIn
|
||||
//
|
||||
// Created by Lucas Delanier on 10/01/2024.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct HistoricBetView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
HistoricBetView()
|
||||
}
|
Loading…
Reference in new issue