There was an error while loading. Please reload this page.
1 parent 248ccc2 commit f23844dCopy full SHA for f23844d
2 files changed
src/view/components/clue/ClueSimulator.tsx
@@ -3,8 +3,8 @@ import {
3
AB_BUTTONS_KEYS,
4
// DEVICE_LIST_KEY,
5
CONSTANTS,
6
- WEBVIEW_MESSAGES,
7
DEFAULT_IMG_CLUE,
+ WEBVIEW_MESSAGES,
8
} from "../../constants";
9
import PlayLogo from "../../svgs/play_svg";
10
import StopLogo from "../../svgs/stop_svg";
src/view/components/clue/Clue_svg.tsx
@@ -2,9 +2,9 @@
2
// Licensed under the MIT license.
import * as React from "react";
+import CONSTANTS from "../../constants";
import "../../styles/Clue.css";
import { DEFAULT_CLUE_STATE } from "./ClueSimulator";
-import CONSTANTS from "../../constants";
export interface IRefObject {
[key: string]: React.RefObject<SVGRectElement>;
}
0 commit comments