From 5b4f3a888224a49a1bb5bf16af6600da04b7f7da Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 10 Nov 2021 15:50:38 -0300 Subject: [PATCH] Remove unused import to get rid of eslint warning This change was needed to create a subsequent commit that makes modifications to this file. Without it, eslint would report an error when trying to commit changes to actions.ts. [MAILPOET-3885] --- assets/js/src/form_editor/templates/store/actions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/src/form_editor/templates/store/actions.ts b/assets/js/src/form_editor/templates/store/actions.ts index e6efc11a05..ab04f60055 100644 --- a/assets/js/src/form_editor/templates/store/actions.ts +++ b/assets/js/src/form_editor/templates/store/actions.ts @@ -1,5 +1,4 @@ import { select } from '@wordpress/data'; -import MailPoet from 'mailpoet'; import { CategoryActionType,