forked from sombochea/verdaccio-ui
fix: remove any types and added additional component state interfaces
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
* Mock response for logo api
|
||||
* @returns {promise}
|
||||
*/
|
||||
export default function() {
|
||||
export default function<T>(): Promise<T> {
|
||||
return Promise.resolve('http://localhost/-/static/logo.png');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user