// // LockInBroApp.swift // LockInBro // // Created by Joy Zhuo on 3/28/26. // import SwiftUI @main struct LockInBroApp: App { var body: some Scene { WindowGroup { ContentView() } } }