feature: rozszerzone filtry RJ

This commit is contained in:
2023-05-14 15:05:51 +02:00
parent 9192067388
commit 5d822684c0
8 changed files with 86 additions and 43 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ export const headIds = [
'general',
] as const;
export const headIconsIds = ['user', 'spawn', 'timetable'] as const;
export const headIconsIds = ['user', 'spawn', 'timetableAll', 'timetableConfirmed', 'timetableUnconfirmed'] as const;
export type HeadIdsTypes = typeof headIds[number] | typeof headIconsIds[number];