Fix lint error

pull/6163/head
Berkeley Martinez 2016-01-14 16:46:09 -08:00
parent 95dfd2304e
commit 4e89acaa69
1 changed files with 1 additions and 1 deletions

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';