PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
woo-gutenberg-products-block
/
assets
/
js
/
previews
/** * External dependencies */ import { WC_BLOCKS_ASSET_URL } from '@woocommerce/block-settings'; export const gridBlockPreview = ( <img src={ WC_BLOCKS_ASSET_URL + 'img/grid.svg' } alt="Grid Preview" width="230" height="250" style={ { width: '100%', } } /> );
[+]
..
[-] index.js
[edit]
[-] reviews.js
[edit]
[-] grid-block.js
[edit]
[-] categories.js
[edit]
[-] products.js
[edit]