Skip to content

Commit 71db73f

Browse files
committed
fix alert dep
1 parent 99b7002 commit 71db73f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/actions/actions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions/alert.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/components/alert/alert.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/alert/alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as React from 'react';
33
import {connect} from 'react-redux';
44
import * as Action from '../../actions/actions';
55
import {Snackbar} from 'material-ui';
6-
const classNames = require('classNames');
6+
const classNames = require('classnames');
77

88
/**
99
* Alert

0 commit comments

Comments
 (0)