import WidgetKit import SwiftUI @main struct FuelBoardWidgetsBundle: WidgetBundle { var body: some Widget { // ONE widget kind (both sizes) first — the iOS long-press app-icon // menu shows the FIRST-registered kind's sizes; this kind supports // .systemSmall + .systemMedium so both tiles appear. FuelPriceWidget() FuelBoardLiveActivity() } }