mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
fix: broken import reference
This commit is contained in:
parent
508d175778
commit
705eda1697
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import _ from 'lodash';
|
||||
import {addGravatarSupport, deleteProperties, sortByName} from '../../../lib/utils';
|
||||
import {addScope, allow} from '../middleware';
|
||||
import {addScope, addGravatarSupport, deleteProperties, sortByName} from '../../../lib/utils';
|
||||
import {allow} from '../middleware';
|
||||
import async from 'async';
|
||||
import marked from 'marked';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue