import SwiftUI @main struct RatebubbleApp: App { var body: some Scene { WindowGroup { ContentView() } } }