ソースを参照

refs #80335: Detach page control from page container
- small changes

NEEDLEMAN3\tatsu 4 年 前
コミット
e054ce7329
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/app/src/components/PageDeleteModal.jsx

+ 1 - 1
packages/app/src/components/PageDeleteModal.jsx

@@ -7,7 +7,7 @@ import {
 
 
 import { withTranslation } from 'react-i18next';
 import { withTranslation } from 'react-i18next';
 
 
-import { apiPost } from '../client/util/apiv1-client';
+import { apiPost } from '~/client/util/apiv1-client';
 
 
 import ApiErrorMessageList from './PageManagement/ApiErrorMessageList';
 import ApiErrorMessageList from './PageManagement/ApiErrorMessageList';