File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
extensions/ql-vscode/src/view Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import type { ModeledMethod } from "../../model-editor/modeled-method";
1111import { assertNever } from "../../common/helpers-pure" ;
1212import { vscode } from "../vscode-api" ;
1313import { calculateModeledPercentage } from "../../model-editor/shared/modeled-percentage" ;
14- import { LinkIconButton } from "../variant-analysis /LinkIconButton" ;
14+ import { LinkIconButton } from "../common /LinkIconButton" ;
1515import type { ModelEditorViewState } from "../../model-editor/shared/view-state" ;
1616import { ModeledMethodsList } from "./ModeledMethodsList" ;
1717import { percentFormatter } from "./formatters" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import type { ModelEditorViewState } from "../../model-editor/shared/view-state"
44import type { ModelEvaluationRunState } from "../../model-editor/shared/model-evaluation-run-state" ;
55import { modelEvaluationRunIsRunning } from "../../model-editor/shared/model-evaluation-run-state" ;
66import { ModelEditorProgressRing } from "./ModelEditorProgressRing" ;
7- import { LinkIconButton } from "../variant-analysis /LinkIconButton" ;
7+ import { LinkIconButton } from "../common /LinkIconButton" ;
88
99export type Props = {
1010 viewState : ModelEditorViewState ;
Original file line number Diff line number Diff line change 11import { styled } from "styled-components" ;
22import { ViewTitle } from "../common" ;
3- import { LinkIconButton } from "./LinkIconButton" ;
3+ import { LinkIconButton } from "../common /LinkIconButton" ;
44
55export type QueryDetailsProps = {
66 queryName : string ;
You can’t perform that action at this time.
0 commit comments