From bfd75822b3e9882ff4e85d13a0e3658b60e6329d Mon Sep 17 00:00:00 2001 From: ivar Date: Wed, 17 Dec 2025 00:16:58 +0100 Subject: Initial commit --- Solsnu.Widget/Solsnu_WidgetBundle.swift | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Solsnu.Widget/Solsnu_WidgetBundle.swift (limited to 'Solsnu.Widget/Solsnu_WidgetBundle.swift') 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() + } +} -- cgit v1.3