summaryrefslogtreecommitdiffstats
path: root/Solsnu.Widget/Solsnu_WidgetBundle.swift
blob: 5a41904bbc67d961a79c98eb1f31329c84cdc7b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  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()
    }
}