Skip to content

Commit 335e643

Browse files
committed
importing dependencies from the right package
1 parent 8ea88e8 commit 335e643

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/Layout/Layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import compose from 'recompose/compose';
44
import { withStyles } from '@material-ui/core/styles';
55
import classNames from 'classnames';
66
import Drawer from '@material-ui/core/Drawer';
7-
import withWidth, { isWidthDown } from '@material-ui/core/utils/withWidth';
7+
import withWidth, { isWidthDown } from '@material-ui/core/withWidth';
88
import controllable from 'react-controllables';
99

1010
import styles from './styles';

src/templates/AppBar/BasicAppBar/BasicAppBar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import IconButton from '@material-ui/core/IconButton';
55
import Button from '@material-ui/core/Button';
66
import Toolbar from '@material-ui/core/Toolbar';
77
import Typography from '@material-ui/core/Typography';
8-
import MenuIcon from 'material-ui-@material-ui/icons/Menu';
8+
import MenuIcon from '@material-ui/icons/Menu';
99
import Hidden from '@material-ui/core/Hidden';
1010
import { withStyles } from '@material-ui/core/styles';
11-
import withWidth, { isWidthDown } from '@material-ui/core/utils/withWidth';
11+
import withWidth, { isWidthDown } from '@material-ui/core/withWidth';
1212
import compose from 'recompose/compose';
1313

1414
import styles from './styles';

src/templates/AppBar/TwoRowsAppBar/TwoRowsAppBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
33
import Toolbar from '@material-ui/core/Toolbar';
44
import Grid from '@material-ui/core/Grid';
55
import { withStyles } from '@material-ui/core/styles';
6-
import withWidth, { isWidthDown } from '@material-ui/core/utils/withWidth';
6+
import withWidth, { isWidthDown } from '@material-ui/core/withWidth';
77
import classNames from 'classnames';
88
import compose from 'recompose/compose';
99

0 commit comments

Comments
 (0)