1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

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,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';