Remove not needed import

This commit is contained in:
Anthony Laibe 2018-10-12 13:51:35 +01:00 committed by Pascal Precht
parent 812a9d0dfa
commit eeeb05fa43
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import PropTypes from "prop-types"; import PropTypes from "prop-types";
import React from 'react'; import React from 'react';
import { TabContent, TabPane, Nav, NavItem, NavLink, Card, Button, CardTitle, CardText, Row, Col } from 'reactstrap'; import { TabContent, TabPane, Nav, NavItem, NavLink } from 'reactstrap';
import classnames from 'classnames'; import classnames from 'classnames';
import ContractOverview from '../components/ContractOverview'; import ContractOverview from '../components/ContractOverview';