Skip to content

Commit 083b232

Browse files
committed
Fix merge conflict
1 parent a65c91c commit 083b232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/method-modeling/MethodModeling.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from "react";
2-
import { ModelingStatusIndicator } from "../data-extensions-editor/ModelingStatusIndicator";
32
import { styled } from "styled-components";
3+
import { ModelingStatusIndicator } from "../model-editor/ModelingStatusIndicator";
44

55
const Container = styled.div`
66
background-color: var(--vscode-peekViewResult-background);

0 commit comments

Comments
 (0)