Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 3, 2024 07:51
Show Gist options
  • Save velotiotech/dcabc8b9b13bde13ad8396ed914ce48a to your computer and use it in GitHub Desktop.
Save velotiotech/dcabc8b9b13bde13ad8396ed914ce48a to your computer and use it in GitHub Desktop.
import WidgetKit
import SwiftUI
@main
struct MonthlyWidgetBundle: WidgetBundle {
var body: some Widget {
MonthlyHolidayWidget()
MonthlyWidgetLiveActivity()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment