import SwiftUI
@main
struct CueIOSApp: App {
@State private var state = AppState()
var body: some Scene {
WindowGroup {
ContentView(state: state)
}