Skip to content

Commit

Permalink
🔨 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 13, 2019
1 parent 6cffc2a commit 008599e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Components/HomeAssistant/HomeAssistantLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import PropTypes from 'prop-types';
import classnames from 'classnames';
import { makeStyles, Theme } from '@material-ui/core/styles';
import Button from '@material-ui/core/Button';
import ButtonBase from '@material-ui/core/ButtonBase';
import CardMedia from '@material-ui/core/CardMedia';
import Dialog from '@material-ui/core/Dialog';
import DialogActions from '@material-ui/core/DialogActions';
Expand All @@ -19,7 +18,7 @@ import HALogin from '../../Resources/ha-login.svg';
import FormControl from '@material-ui/core/FormControl';
import { DialogTitle } from '@material-ui/core';

const useStyles = makeStyles((theme: Theme) => ({
const useStyles = makeStyles((_theme: Theme) => ({
root: {
height: '100%',
width: '100%'
Expand Down

0 comments on commit 008599e

Please sign in to comment.