0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

fix: eslint warnings

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-08 19:23:31 +02:00
parent 68fd3d15cc
commit 5d924c0cf2
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import React from 'react';
import {Button, Dialog, Input, MessageBox} from 'element-react';
import styled from 'styled-components';
import API from '../../../utils/API';
import API from '../../../utils/api';
import storage from '../../../utils/storage';
import _ from 'lodash';

View file

@ -1,5 +1,5 @@
import React from 'react';
import API from '../../../utils/API';
import API from '../../../utils/api';
import { Loading } from 'element-react';
import PropTypes from 'prop-types';

View file

@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Loading, MessageBox } from 'element-react';
import API from '../../../utils/API';
import API from '../../../utils/api';
import PackageList from '../../components/PackageList'