Revert "Timeuntil in UI (#1461)"

This reverts commit 221ff7b3af.
This commit is contained in:
Carlos Valente
2025-02-12 22:14:10 +01:00
committed by Carlos Valente
parent 649f0af2cf
commit 8ac5c0a9a2
9 changed files with 1 additions and 145 deletions
@@ -250,11 +250,3 @@ export const useIsOnline = () => {
return useRuntimeStore(featureSelector);
};
export const usePlayback = () => {
const featureSelector = (state: RuntimeStore) => ({
playback: state.timer.playback,
});
return useRuntimeStore(featureSelector);
};