Fix lint error

This commit is contained in:
Berkeley Martinez
2016-01-14 16:46:09 -08:00
parent 95dfd2304e
commit 4e89acaa69

View File

@ -1,6 +1,6 @@
import React, { cloneElement, PropTypes } from 'react';
import { contain } from 'thundercats-react';
import { Button, Panel, Row, Col } from 'react-bootstrap';
import { Button, Row, Col } from 'react-bootstrap';
import ListJobs from './List.jsx';