Remove not needed import
This commit is contained in:
parent
812a9d0dfa
commit
eeeb05fa43
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue