Skip to content

Commit

Permalink
Rename and move files around
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed May 8, 2018
1 parent 4f36209 commit 16c766c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/components/language-picker/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { find, isString, noop } from 'lodash';
*/
import LanguagePickerModal from './modal';
import QueryLanguageNames from 'components/data/query-language-names';
import { requestGeoLocation } from 'state/data-layer/http-data/getters';
import { requestGeoLocation } from 'state/data-getters';
import { getLanguageCodeLabels } from './utils';

export class LanguagePicker extends PureComponent {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion client/state/selectors/get-current-user-payment-methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { lowerCase, upperCase } from 'lodash';
* Internal dependencies
*/
import { getCurrentUserLocale } from 'state/current-user/selectors';
import { requestGeoLocation } from 'state/data-layer/http-data/getters';
import { requestGeoLocation } from 'state/data-getters';

/**
* Constants
Expand Down
2 changes: 1 addition & 1 deletion client/state/selectors/get-http-data.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/** @format */

export { getHttpData as default } from 'state/data-layer/http-data/common';
export { getHttpData as default } from 'state/data-layer/http-data';

0 comments on commit 16c766c

Please sign in to comment.