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 135bbf0 commit 67cf1daCopy full SHA for 67cf1da
src/components/widgets/Button.js
@@ -1,6 +1,6 @@
1
import PropTypes from 'prop-types';
2
import React, {Component} from 'react';
3
-import {bem} from 'lib/index';
+import {bem} from 'lib';
4
5
class Button extends Component {
6
constructor(props) {
0 commit comments