// // UEs.swift // Calculator // // Created by etudiant on 23/05/2023. // import Foundation struct Item: Identifiable,Equatable { let id = UUID() let name: String }