Fix eslint warnings: block and blockinstance

MAILPOET-6316
This commit is contained in:
Oluwaseun Olorunsola
2024-11-25 15:36:07 +01:00
committed by Jan Lysý
parent 9686da2918
commit f9458c2b7f
14 changed files with 21 additions and 18 deletions

View File

@@ -3,7 +3,8 @@ import { store as coreDataStore } from '@wordpress/core-data';
import { store as interfaceStore } from '@wordpress/interface';
import { store as editorStore } from '@wordpress/editor';
import { store as preferencesStore } from '@wordpress/preferences';
import { serialize, BlockInstance } from '@wordpress/blocks';
import { serialize } from '@wordpress/blocks';
import { BlockInstance } from '@wordpress/blocks/index';
import { storeName } from './constants';
import { State, Feature, EmailTemplate } from './types';