Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Nov 28, 2020
1 parent 49d11a8 commit dfd553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppSettingsDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import useMediaQuery from '@material-ui/core/useMediaQuery';
import { useTranslate } from 'docs/src/modules/utils/i18n';
import { useChangeTheme } from 'docs/src/modules/components/ThemeContext';
import { getCookie } from 'docs/src/modules/utils/helpers';
import { alpha } from '@material-ui/core/styles/colorManipulator';
import { alpha } from '@material-ui/core/styles';

const styles = (theme) => ({
paper: {
Expand Down

0 comments on commit dfd553d

Please sign in to comment.