Explorar el Código

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

NEEDLEMAN3\tatsu hace 4 años
padre
commit
e054ce7329
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';