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