mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
chore: fix brong import path
This commit is contained in:
parent
ceffc461c2
commit
e0bf1cd5f0
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue