Skip to content

Commit

Permalink
Rename arrows to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Sep 14, 2018
1 parent 42ed441 commit e9f994c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/editor/src/components/block-mover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { withInstanceId, compose } from '@wordpress/compose';
* Internal dependencies
*/
import { getBlockMoverDescription } from './mover-description';
import { upArrow, downArrow, dragHandle } from './arrows';
import { upArrow, downArrow, dragHandle } from './icons';
import { IconDragHandle } from './drag-handle';

export class BlockMover extends Component {
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/components/block-mover/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { shallow } from 'enzyme';
* Internal dependencies
*/
import { BlockMover } from '../';
import { upArrow, downArrow, dragHandle } from '../arrows';
import { upArrow, downArrow, dragHandle } from '../icons';

describe( 'BlockMover', () => {
describe( 'basic rendering', () => {
Expand Down

0 comments on commit e9f994c

Please sign in to comment.