Skip to content

Commit

Permalink
Fix lodash import name
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyt-ohsu committed Jun 29, 2018
1 parent 31ed82e commit 1e8a1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/question.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Data from './data';
import Grid from './grid';
import ImageBox from './grid-box-image';
import { withStyles } from '@material-ui/core/styles';
import cloneDeep from 'lodash.cloneDeep';
import cloneDeep from 'lodash.clonedeep';

let styles = {
"question": {
Expand Down

0 comments on commit 1e8a1a7

Please sign in to comment.