Initial FeelAloud project

This commit is contained in:
MrDiderot
2026-07-22 22:18:33 +02:00
commit 10fca0756d
48 changed files with 8942 additions and 0 deletions

16
Moment/MomentBundle.swift Normal file
View 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()
}
}