Browse Source

Fixed import statement

Taichi Masuyama 4 năm trước cách đây
mục cha
commit
43e68cc5b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -7,7 +7,7 @@ import { useTranslation } from 'react-i18next';
 import { ItemNode } from './ItemNode';
 import { useSWRxPageChildren } from '../../../stores/page-listing';
 import { usePageId } from '../../../stores/context';
-import ClosableTextInput, { AlertInfo, AlertType } from './ClosableTextInput';
+import ClosableTextInput, { AlertInfo, AlertType } from '../../Common/ClosableTextInput';
 
 
 interface ItemProps {