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