chore: rename blocks to groups

This commit is contained in:
Carlos Valente
2025-08-09 06:47:13 +02:00
committed by Carlos Valente
parent 486d89ecf4
commit e5d2457717
83 changed files with 987 additions and 981 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ export {
getLastEventNormal,
getLastNormal,
getNext,
getNextBlockNormal,
getNextGroupNormal,
getNextEvent,
getNextEventNormal,
getNextNormal,
@@ -24,8 +24,8 @@ export {
getPreviousEvent,
getPreviousEventNormal,
getPreviousNormal,
getPreviousBlock,
getPreviousBlockNormal,
getPreviousGroup,
getPreviousGroupNormal,
swapEventData,
} from './src/rundown-utils/rundownUtils.js';
export { getFirstRundown } from './src/rundown/rundown.utils.js';