Einstellungen: Vereinsprofil + SEPA-Bankdaten editierbar, Abmelden auf Einstellungsseite
This commit is contained in:
parent
472979a91c
commit
7e2e5a643d
6 changed files with 314 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue