summaryrefslogtreecommitdiffstats
path: root/Solsnu.Widget/Solsnu_WidgetBundle.swift
blob: 24e5cbeeb0885be24f76c5ecdaeb78794cfeb19f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  Solsnu_WidgetBundle.swift
//  Solsnu.Widget
//
//  Created by Ivar Løvlie on 15/12/2025.
//

import WidgetKit
import SwiftUI

@main
struct Solsnu_WidgetBundle: WidgetBundle {
    var body: some Widget {
        Solsnu_Widget()
        Solsnu_WidgetControl()
    }
}