mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-26 13:40:02 +00:00
remove unsued variables
This commit is contained in:
parent
f5479baf4c
commit
24da141973
@ -2,7 +2,7 @@ import PropTypes from "prop-types";
|
||||
import React, {Component} from 'react';
|
||||
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 {AsyncTypeahead} from 'react-bootstrap-typeahead'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user