IceCubes/IceCubesAppWidgetsExtension/IceCubesAppWidgetsExtensionBundle.swift

11 lines
177 B
Swift
Raw Normal View History

2024-05-05 13:12:19 +02:00
import WidgetKit
import SwiftUI
@main
struct IceCubesAppWidgetsExtensionBundle: WidgetBundle {
var body: some Widget {
LatestPostsWidget()
2024-05-05 19:31:28 +02:00
HashtagPostsWidget()
2024-05-05 13:12:19 +02:00
}
}