@if (tabChoreographer.currentValue === 'calendar') {
}
@if (tabChoreographer.currentValue === 'week-overview') {
}
@if (tabChoreographer.currentValue === 'single') {
}
@switch (tabChoreographer.currentValue) {
@case ('calendar') {
}
@case ('week-overview') {
}
@case ('single') {
}
}