Files
FeelAloud/Moment/MomentBundle.swift
2026-07-22 22:18:33 +02:00

17 lines
210 B
Swift

//
// MomentBundle.swift
// Moment
//
// Created by Tom Misch on 22.07.26.
//
import WidgetKit
import SwiftUI
@main
struct MomentBundle: WidgetBundle {
var body: some Widget {
Moment()
}
}