Skip to content

Commit 860c0b8

Browse files
committed
chore: missing import
1 parent a127912 commit 860c0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/test/test-screenshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { getHtmlByUserFlags } from "../controllers/user-flag-controller";
1010
import * as Notifications from "../elements/notifications";
1111
import { convertRemToPixels } from "../utils/numbers";
1212
import * as TestState from "./test-state";
13-
import { qs } from "../utils/dom";
13+
import { qs, qsa } from "../utils/dom";
1414
import { getTheme } from "../signals/theme";
1515

1616
let revealReplay = false;

0 commit comments

Comments
 (0)