Neuigkeiten: Vereins-Feed mit Fotos/Videos, Reaktionen, Termin-Verknüpfung

This commit is contained in:
rene 2026-05-21 19:17:35 +02:00
parent d4a0a75cf7
commit 13c6ba73ca
6 changed files with 599 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import calendar from './icons/calendar.svg?raw';
import currencyEur from './icons/currency-eur.svg?raw';
import envelope from './icons/envelope.svg?raw';
import gear from './icons/gear.svg?raw';
import images from './icons/images.svg?raw';
export const icons = {
house,
@ -12,6 +13,7 @@ export const icons = {
'currency-eur': currencyEur,
envelope,
gear,
images,
} as const;
export type IconName = keyof typeof icons;