chore: fix brong import path

This commit is contained in:
Juan Picado @jotadeveloper 2018-06-03 18:07:15 +02:00
parent ceffc461c2
commit e0bf1cd5f0
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import get from 'lodash/size';
import get from 'lodash/get';
import Module from '../../Module';
import classes from './style.scss';