Files
StepMap/StepMapWidgets/StepMapWidgetsBundle.swift

17 lines
247 B
Swift

//
// StepMapWidgetsBundle.swift
// StepMapWidgets
//
// Created by Oliver Hnát on 04.12.2024.
//
import WidgetKit
import SwiftUI
@main
struct StepMapWidgetsBundle: WidgetBundle {
var body: some Widget {
StepMapWidgets()
}
}