Initial FeelAloud project
This commit is contained in:
16
Moment/MomentBundle.swift
Normal file
16
Moment/MomentBundle.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MomentBundle.swift
|
||||
// Moment
|
||||
//
|
||||
// Created by Tom Misch on 22.07.26.
|
||||
//
|
||||
|
||||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct MomentBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
Moment()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user