This commit is contained in:
Timmy Crawford 2018-10-16 18:20:24 -07:00 committed by GitHub
parent 69a47f0019
commit e8fe6bac83
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import { Component, Fragment } from '@wordpress/element';
* Internal dependencies
*/
import './style.scss';
import ChartExample from 'components/chart/example';
import Header from 'header';
import StorePerformance from './store-performance';
import TopSellingProducts from './top-selling-products';
@ -20,7 +19,6 @@ export default class Dashboard extends Component {
<Fragment>
<Header sections={ [ __( 'Dashboard', 'wc-admin' ) ] } />
<StorePerformance />
<ChartExample />
<div className="woocommerce-dashboard__columns">
<div>
<TopSellingProducts />