Skip to content

Commit

Permalink
Metaboxes: Fix MetaBoxesArea component after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 13, 2017
1 parent 1e898c6 commit 6eec188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/components/meta-boxes/meta-boxes-area/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import { Spinner } from '@wordpress/components';
* Internal dependencies
*/
import './style.scss';
import { handleMetaBoxReload, metaBoxStateChanged, metaBoxLoaded } from '../../actions';
import { getMetaBox, isSavingPost } from '../../selectors';
import { handleMetaBoxReload, metaBoxStateChanged, metaBoxLoaded } from '../../../actions';
import { getMetaBox, isSavingPost } from '../../../selectors';

class MetaBoxesArea extends Component {
constructor() {
Expand Down

0 comments on commit 6eec188

Please sign in to comment.