Skip to content

Commit 67cf1da

Browse files
committed
fix changed path
1 parent 135bbf0 commit 67cf1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/widgets/Button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import PropTypes from 'prop-types';
22
import React, {Component} from 'react';
3-
import {bem} from 'lib/index';
3+
import {bem} from 'lib';
44

55
class Button extends Component {
66
constructor(props) {

0 commit comments

Comments
 (0)