/** * External dependencies */ import { Icon, column } from '@wordpress/icons'; import { registerBlockType } from '@wordpress/blocks'; /** * Internal dependencies */ import { Edit, Save } from './edit'; registerBlockType( 'woocommerce/cart-line-items-block', { icon: { src: ( ), }, edit: Edit, save: Save, } );