// // liveappBundle.swift // liveapp // // Created by Cloud Solutions on 14/12/2025. // import WidgetKit import SwiftUI @main struct liveappBundle: WidgetBundle { var body: some Widget { FootballMatchApp() } }