Skip to content

Commit 4232ac3

Browse files
authored
Fix alias usage in js file (#1410)
1 parent 4008000 commit 4232ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
66
import React, {Component} from 'react';
77
import memoize from 'memoize-one';
88
import {asBaseComponent, forwardRef} from '../../commons';
9-
import {Constants} from 'helpers';
9+
import {Constants} from '../../helpers';
1010
import {LogService} from '../../services';
1111
import View from '../../components/view';
1212
import Modal from '../modal';

0 commit comments

Comments
 (0)