import WidgetKit import SwiftUI @main struct DownloadsWidgetBundle: WidgetBundle { var body: some Widget { DownloadsLiveActivityWidget() } }