Skip to content

Commit

Permalink
Add missing DOM import
Browse files Browse the repository at this point in the history
  • Loading branch information
Andr3wid committed Dec 19, 2024
1 parent e065273 commit 9180204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/components/seekbarlabel.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { MockHelper, TestingPlayerAPI } from '../helper/MockHelper';
import { UIInstanceManager } from '../../src/ts/uimanager';
import { SeekBarLabel } from '../../src/ts/components/seekbarlabel';
import { SeekPreviewEventArgs } from '../../src/ts/components/seekbar';
import { DOM } from '../../src/ts/dom';

let playerMock: TestingPlayerAPI;
let uiInstanceManagerMock: UIInstanceManager;
Expand Down

0 comments on commit 9180204

Please sign in to comment.