You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 06:25:41 +02:00
11 lines
163 B
Swift
11 lines
163 B
Swift
![]() |
import SwiftUI
|
||
|
import WidgetKit
|
||
|
|
||
|
@main
|
||
|
struct ImmichWidgetBundle: WidgetBundle {
|
||
|
var body: some Widget {
|
||
|
ImmichRandomWidget()
|
||
|
ImmichMemoryWidget()
|
||
|
}
|
||
|
}
|