Linter: Remove unused import

This commit is contained in:
Kyle Shockey
2017-11-06 21:24:16 -08:00
parent cfc030d07d
commit ed34a8dae9

View File

@@ -1,5 +1,4 @@
import React, { PureComponent } from "react"
import { List } from "immutable"
import PropTypes from "prop-types"
import { getList } from "core/utils"
import * as CustomPropTypes from "core/proptypes"