🐛 Fix forgot to un-comment check in widget

This commit is contained in:
2024-12-15 01:17:32 +08:00
parent 8bdaf05223
commit 5c377dc0b6
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ import SwiftUI
@main
struct SolarWidgetBundle: WidgetBundle {
var body: some Widget {
// CheckInWidget()
CheckInWidget()
FeaturedPostWidget()
}
}