File "index.js"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/index.js
File size: 360 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * Internal dependencies
 */
import ErrorPlaceholder from '../';

export default {
	title: 'WooCommerce Blocks/editor-components/ErrorPlaceholder',
	component: ErrorPlaceholder,
};

export const Default = () => (
	<ErrorPlaceholder
		error={ {
			message:
				'Unfortunately, we seem to have encountered a slight problem',
			type: 'general',
		} }
	/>
);