Skip to content

Commit

Permalink
[SwitchBase] Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed Jan 8, 2020
1 parent 84ac74f commit 19aeedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/internal/SwitchBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import clsx from 'clsx';
import { refType } from '@material-ui/utils';
import { useControlled } from '@material-ui/core/utils';
import useControlled from '../utils/useControlled';
import useFormControl from '../FormControl/useFormControl';
import withStyles from '../styles/withStyles';
import IconButton from '../IconButton';
Expand Down

0 comments on commit 19aeedd

Please sign in to comment.