remove unsued variables

This commit is contained in:
Iuri Matias 2018-10-15 21:40:35 -04:00 committed by Pascal Precht
parent f5479baf4c
commit 24da141973
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import PropTypes from "prop-types";
import React, {Component} from 'react'; import React, {Component} from 'react';
import Convert from 'ansi-to-html'; import Convert from 'ansi-to-html';
import { Form, Col, Row, Card, CardBody, Input, CardFooter, TabContent, TabPane, Nav, NavItem, NavLink } from 'reactstrap'; import { Col, Row, Card, TabContent, TabPane, Nav, NavItem, NavLink } from 'reactstrap';
import classnames from 'classnames'; import classnames from 'classnames';
import {AsyncTypeahead} from 'react-bootstrap-typeahead' import {AsyncTypeahead} from 'react-bootstrap-typeahead'