Skip to content

Commit

Permalink
Edit post: Move CopyContentMenuItem to hooks subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Feb 21, 2018
1 parent 462482d commit 28e3031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit-post/hooks/more-menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { addFilter } from '@wordpress/hooks';
/**
* Internal dependencies
*/
import CopyContentMenuItem from '../../components/header/copy-content-menu-item';
import CopyContentMenuItem from './copy-content-menu-item';

const withCopyContentMenuItem = ( menuItems ) => [
...menuItems,
Expand Down

0 comments on commit 28e3031

Please sign in to comment.