// // ParticipationCell.swift // AllIn // // Created by Lucas Delanier on 06/06/2024. // import SwiftUI struct ParticipationCell: View { var body: some View { Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) } } #Preview { ParticipationCell() }