Files
FamilyMealPlanner/MealMood/Components/AppIconPlaceholder.swift
T
alexandrev-tibco e593453abd Version casi lista
2026-02-17 13:34:02 +01:00

10 lines
150 B
Swift

import SwiftUI
struct AppIconPlaceholder: View {
var size: CGFloat = 120
var body: some View {
MealMoodLogoMark(size: size)
}
}