chore: cleanup

This commit is contained in:
arc-alex
2025-08-14 19:30:08 +02:00
committed by Carlos Valente
parent 048a9c96ea
commit db922a67e2
4 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -272,5 +272,5 @@ export const useStudioTimersSocket = createSelector((state: RuntimeStore) => ({
export const useTimelineSocket = createSelector((state: RuntimeStore) => ({
clock: state.clock,
offsetAbs: state.offset.absolute,
offset: state.offset.absolute,
}));