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