From 02dd751f1b2fd83635ef8eced5dbf99dc247bac3 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Fri, 24 Jan 2025 09:28:24 +0000 Subject: [PATCH] Rearrange imports above lodash to try and prevent lodash import lint failure in GH UI but not locally --- projects/plugins/jetpack/_inc/client/state/modules/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/jetpack/_inc/client/state/modules/actions.js b/projects/plugins/jetpack/_inc/client/state/modules/actions.js index 9bd8525c06147..b2338a0b07516 100644 --- a/projects/plugins/jetpack/_inc/client/state/modules/actions.js +++ b/projects/plugins/jetpack/_inc/client/state/modules/actions.js @@ -1,6 +1,6 @@ import restApi from '@automattic/jetpack-api'; import { __, sprintf } from '@wordpress/i18n'; -import { createNotice, removeNotice } from 'components/global-notices/state/notices/actions'; +import { removeNotice, createNotice } from 'components/global-notices/state/notices/actions'; import { some } from 'lodash'; import { JETPACK_MODULES_LIST_FETCH,