mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-02 10:27:08 +01:00
12 lines
214 B
Swift
12 lines
214 B
Swift
// Copyright © 2023 Mastodon gGmbH. All rights reserved.
|
|
|
|
import WidgetKit
|
|
import SwiftUI
|
|
|
|
@main
|
|
struct WidgetExtensionBundle: WidgetBundle {
|
|
var body: some Widget {
|
|
FollowersWidgetExtension()
|
|
}
|
|
}
|