Move LinkIconButton to common dir (#3467)
This commit is contained in:
@@ -11,7 +11,7 @@ import type { ModeledMethod } from "../../model-editor/modeled-method";
|
||||
import { assertNever } from "../../common/helpers-pure";
|
||||
import { vscode } from "../vscode-api";
|
||||
import { calculateModeledPercentage } from "../../model-editor/shared/modeled-percentage";
|
||||
import { LinkIconButton } from "../variant-analysis/LinkIconButton";
|
||||
import { LinkIconButton } from "../common/LinkIconButton";
|
||||
import type { ModelEditorViewState } from "../../model-editor/shared/view-state";
|
||||
import { ModeledMethodsList } from "./ModeledMethodsList";
|
||||
import { percentFormatter } from "./formatters";
|
||||
|
||||
@@ -4,7 +4,7 @@ import type { ModelEditorViewState } from "../../model-editor/shared/view-state"
|
||||
import type { ModelEvaluationRunState } from "../../model-editor/shared/model-evaluation-run-state";
|
||||
import { modelEvaluationRunIsRunning } from "../../model-editor/shared/model-evaluation-run-state";
|
||||
import { ModelEditorProgressRing } from "./ModelEditorProgressRing";
|
||||
import { LinkIconButton } from "../variant-analysis/LinkIconButton";
|
||||
import { LinkIconButton } from "../common/LinkIconButton";
|
||||
|
||||
export type Props = {
|
||||
viewState: ModelEditorViewState;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { styled } from "styled-components";
|
||||
import { ViewTitle } from "../common";
|
||||
import { LinkIconButton } from "./LinkIconButton";
|
||||
import { LinkIconButton } from "../common/LinkIconButton";
|
||||
|
||||
export type QueryDetailsProps = {
|
||||
queryName: string;
|
||||
|
||||
Reference in New Issue
Block a user