File tree Expand file tree Collapse file tree
packages/perseus/src/widgets/label-image Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ import {getPromptJSON as _getPromptJSON} from "../../widget-ai-utils/label-image
2323
2424import AnswerChoices from "./answer-choices" ;
2525import { HideAnswersToggle } from "./hide-answers-toggle" ;
26- import Marker from "./marker" ;
27-
2826import styles from "./label-image.module.css" ;
27+ import Marker from "./marker" ;
2928
3029import type { DependencyProps } from "../../dependencies" ;
3130import type { Widget , WidgetExports , WidgetProps } from "../../types" ;
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import Icon from "../../components/icon";
1414import { iconCheck , iconChevronDown , iconMinus } from "../../icon-paths" ;
1515
1616import { AnswerPill } from "./answer-pill" ;
17-
1817import styles from "./marker.module.css" ;
1918
2019import type { IconType } from "../../components/icon" ;
You can’t perform that action at this time.
0 commit comments