David Catuhe 5 년 전
부모
커밋
e9e385ab75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      inspector/src/components/actionTabs/tabs/propertyGrids/commonPropertyGridComponent.tsx

+ 1 - 1
inspector/src/components/actionTabs/tabs/propertyGrids/commonPropertyGridComponent.tsx

@@ -7,7 +7,7 @@ import { LineContainerComponent } from "../../lineContainerComponent";
 import { LockObject } from "./lockObject";
 import { GlobalState } from "../../../globalState";
 import { TextLineComponent } from '../../lines/textLineComponent';
-import { IndentedTextLineComponent } from '../../lines/indentedtextLineComponent';
+import { IndentedTextLineComponent } from '../../lines/indentedTextLineComponent';
 
 interface ICommonPropertyGridComponentProps {
     globalState: GlobalState;