mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
fix: broken import reference
This commit is contained in:
parent
508d175778
commit
705eda1697
@ -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…
Reference in New Issue
Block a user