From 0fd319475c7b95d4bb1b64b09be412cd478091d6 Mon Sep 17 00:00:00 2001 From: Darren Ethier Date: Fri, 8 Feb 2019 07:55:10 -0500 Subject: [PATCH] fix import jsdocs --- packages/editor/src/store/actions/utils/notice-builder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor/src/store/actions/utils/notice-builder.js b/packages/editor/src/store/actions/utils/notice-builder.js index 1ff3690e4a307a..6038790ef84e94 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';