diff options
| author | ivar <i@oiee.no> | 2025-12-17 00:16:58 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-17 00:16:58 +0100 |
| commit | bfd75822b3e9882ff4e85d13a0e3658b60e6329d (patch) | |
| tree | 223462af215c5ee7eef9e6bcbb48dfbe1b97d1e3 /Solsnu.Widget/Solsnu_WidgetBundle.swift | |
| parent | 0e1635b057903434c0f193ad9ead7035150b0773 (diff) | |
| download | solverv-bfd75822b3e9882ff4e85d13a0e3658b60e6329d.tar.xz solverv-bfd75822b3e9882ff4e85d13a0e3658b60e6329d.zip | |
Diffstat (limited to 'Solsnu.Widget/Solsnu_WidgetBundle.swift')
| -rw-r--r-- | Solsnu.Widget/Solsnu_WidgetBundle.swift | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Solsnu.Widget/Solsnu_WidgetBundle.swift b/Solsnu.Widget/Solsnu_WidgetBundle.swift new file mode 100644 index 0000000..24e5cbe --- /dev/null +++ b/Solsnu.Widget/Solsnu_WidgetBundle.swift @@ -0,0 +1,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() + } +} |
