/** @format */ /** * External dependencies */ import { __ } from '@wordpress/i18n'; import { Component } from '@wordpress/element'; /** * Internal dependencies */ import Card from 'components/card'; import Chart from './index'; import dummyOrders from './test/fixtures/dummy-hour'; class WidgetCharts extends Component { render() { return ( ); } } export default WidgetCharts;