Einstellungen: Vereinsprofil + SEPA-Bankdaten editierbar, Abmelden auf Einstellungsseite

This commit is contained in:
rene 2026-05-20 16:57:22 +02:00
parent 472979a91c
commit 7e2e5a643d
6 changed files with 314 additions and 20 deletions

View file

@ -3,6 +3,7 @@ import users from './icons/users.svg?raw';
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';
export const icons = {
house,
@ -10,6 +11,7 @@ export const icons = {
calendar,
'currency-eur': currencyEur,
envelope,
gear,
} as const;
export type IconName = keyof typeof icons;