mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-19 04:11:40 +01:00
13 lines
178 B
Swift
13 lines
178 B
Swift
|
//Made by Lumaa
|
||
|
|
||
|
import WidgetKit
|
||
|
import SwiftUI
|
||
|
import UIKit
|
||
|
|
||
|
@main
|
||
|
struct ThreadedWidgetsBundle: WidgetBundle {
|
||
|
var body: some Widget {
|
||
|
FollowCountWidget()
|
||
|
}
|
||
|
}
|