//Made by Lumaa
import WidgetKit
import SwiftUI
import UIKit
@main
struct ThreadedWidgetsBundle: WidgetBundle {
var body: some Widget {
FollowCountWidget()
FollowGoalWidget()
}