Skip to content

Commit

Permalink
Merge pull request #3638 from natrim/patch-9
Browse files Browse the repository at this point in the history
[RFR][alpha.4] fix bad import in RootDropTarget
  • Loading branch information
djhi authored Sep 2, 2019
2 parents 737f0d5 + 1e139bf commit 5c426f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-tree-ui-materialui/src/RootDropTarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { makeStyles } from '@material-ui/core/styles';
import Typography from '@material-ui/core/Typography';
import ListItem from '@material-ui/core/ListItem';
import IconGetApp from '@material-ui/icons/GetApp';
import { useTranslate } from 'react-admin';
import { useTranslate } from 'ra-core';

import { DROP_TARGET_TYPE } from './constants';

Expand Down

0 comments on commit 5c426f2

Please sign in to comment.