Skip to content

Commit

Permalink
Merge mui imports
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Aug 19, 2019
1 parent a44969e commit bcef715
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ra-ui-materialui/src/input/NullableBooleanInput.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import TextField from '@material-ui/core/TextField';
import MenuItem from '@material-ui/core/MenuItem';
import { makeStyles } from '@material-ui/core/styles';
import { makeStyles, MenuItem, TextField } from '@material-ui/core';
import classnames from 'classnames';
import { useInput, useTranslate, FieldTitle } from 'ra-core';

Expand Down

0 comments on commit bcef715

Please sign in to comment.