Skip to content

Commit

Permalink
move get links properties map helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno12mota committed Jan 20, 2017
1 parent 444c8e8 commit 4e66aac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as pbActions from 'actions/page-builder';
import Component from 'components/component';
import bind from 'decorators/bind';
import elements from 'elements';
import getLinksPropertiesMap from 'helpers/get-links-properties-map';
import getLinksPropertiesMap from 'helpers/page-builder/get-links-properties-map';
import isContextEqual from 'helpers/page-builder/is-context-equal';
import React, {PropTypes} from 'react';
import {bindActionCreators} from 'redux';
Expand Down

0 comments on commit 4e66aac

Please sign in to comment.