Move event types to constants

This commit is contained in:
Bill Thornton
2025-10-03 14:12:05 -04:00
parent 77c2366dbe
commit abce5b1bea
9 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import escapeHtml from 'escape-html';
import { PlayerEvent } from 'apps/stable/features/playback/constants/playerEvent';
import { AppFeature } from 'constants/appFeature';
import { TICKS_PER_MINUTE, TICKS_PER_SECOND } from 'constants/time';
import { EventType } from 'types/eventType';
import { EventType } from 'constants/eventType';
import { playbackManager } from '../../../components/playback/playbackmanager';
import browser from '../../../scripts/browser';