We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4008000 commit 4232ac3Copy full SHA for 4232ac3
src/components/picker/index.js
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
6
import React, {Component} from 'react';
7
import memoize from 'memoize-one';
8
import {asBaseComponent, forwardRef} from '../../commons';
9
-import {Constants} from 'helpers';
+import {Constants} from '../../helpers';
10
import {LogService} from '../../services';
11
import View from '../../components/view';
12
import Modal from '../modal';
0 commit comments