feat: start of widgets
This commit is contained in:
12
targets/widget/index.swift
Normal file
12
targets/widget/index.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct exportWidgets: WidgetBundle {
|
||||
var body: some Widget {
|
||||
// Export widgets here
|
||||
widget()
|
||||
widgetControl()
|
||||
WidgetLiveActivity()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user