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