Skip to content

Commit

Permalink
fixed lint error & built
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejiayun committed Jan 4, 2019
1 parent 7d1a26c commit 9ca6a85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions lib/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ var _Button = _interopRequireDefault(require("./Button"));

var _Input = _interopRequireDefault(require("./Input"));

var _Label = _interopRequireDefault(require("./Label"));

var _Select = _interopRequireDefault(require("./Select"));

var _rcDialog = _interopRequireDefault(require("rc-dialog"));

var _react = _interopRequireDefault(require("react"));
Expand Down Expand Up @@ -49,7 +45,7 @@ var spanStyle = {
width: '80px'
};
var formItmeStyle = {
marginBottom: '5px'
marginBottom: '10px'
};

var Link =
Expand Down
2 changes: 0 additions & 2 deletions src/Link.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Button from './Button'
import Input from './Input'
import Label from './Label'
import Select from './Select'
import Modal from 'rc-dialog'
import React from 'react'

Expand Down

0 comments on commit 9ca6a85

Please sign in to comment.