diff --git a/packages/editor/src/store/actions/utils/notice-builder.js b/packages/editor/src/store/actions/utils/notice-builder.js index 1ff3690e4a307..6038790ef84e9 100644 --- a/packages/editor/src/store/actions/utils/notice-builder.js +++ b/packages/editor/src/store/actions/utils/notice-builder.js @@ -1,10 +1,10 @@ /** - * External imports + * External dependencies */ import { get, includes } from 'lodash'; /** - * Internal imports + * Internal dependencies */ import { SAVE_POST_NOTICE_ID, TRASH_POST_NOTICE_ID } from '../../constants';