File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import compose from 'recompose/compose';
4
4
import { withStyles } from '@material-ui/core/styles' ;
5
5
import classNames from 'classnames' ;
6
6
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' ;
8
8
import controllable from 'react-controllables' ;
9
9
10
10
import styles from './styles' ;
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import IconButton from '@material-ui/core/IconButton';
5
5
import Button from '@material-ui/core/Button' ;
6
6
import Toolbar from '@material-ui/core/Toolbar' ;
7
7
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' ;
9
9
import Hidden from '@material-ui/core/Hidden' ;
10
10
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' ;
12
12
import compose from 'recompose/compose' ;
13
13
14
14
import styles from './styles' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
3
3
import Toolbar from '@material-ui/core/Toolbar' ;
4
4
import Grid from '@material-ui/core/Grid' ;
5
5
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' ;
7
7
import classNames from 'classnames' ;
8
8
import compose from 'recompose/compose' ;
9
9
You can’t perform that action at this time.
0 commit comments