import SwiftUI
import WidgetKit

@main
struct OppiActivityBundle: WidgetBundle {
    var body: some Widget {
        PiSessionLiveActivity()
    }
}
