Skip to content

Commit

Permalink
WP-70 make imports multi-line
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura committed Apr 29, 2024
1 parent b409abe commit 3315527
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/blocks/table-cell/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
*/
import { __ } from '@wordpress/i18n';
import { RichText } from '@wordpress/block-editor';
import { BlockConfiguration, BlockInstance, BlockSaveProps, createBlock, TransformBlock } from '@wordpress/blocks';
import {
BlockConfiguration,
BlockInstance,
BlockSaveProps,
createBlock,
TransformBlock,
} from '@wordpress/blocks';
import {
blockTable as icon,
} from '@wordpress/icons';
Expand Down

0 comments on commit 3315527

Please sign in to comment.