فهرست منبع

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 { apiPost } from '../client/util/apiv1-client';
+import { apiPost } from '~/client/util/apiv1-client';
 
 import ApiErrorMessageList from './PageManagement/ApiErrorMessageList';