Import UI components directly

This commit is contained in:
Jaco Greeff
2017-08-02 17:34:16 +02:00
parent 696089c479
commit f94f69c05c
15 changed files with 36 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import { closeSnackbar } from '@parity/shared/redux/providers/snackbarActions';
import { Snackbar as SnackbarUI } from '@parity/ui';
import SnackbarUI from '@parity/ui/Snackbar';
function Snackbar ({ closeSnackbar, cooldown = 3500, message, open = false }) {
return (