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

@@ -10,8 +10,8 @@ import {
parse,
// @ts-expect-error No types available for this yet.
__unstableSerializeAndClean, // eslint-disable-line
BlockInstance,
} from '@wordpress/blocks';
import { BlockInstance } from '@wordpress/blocks/index';
import { addQueryArgs } from '@wordpress/url';
import { storeName } from '../../store';