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