Browse Source

Linter: Remove unused import

bubble
Kyle Shockey 6 years ago
parent
commit
ed34a8dae9
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/core/components/operation.jsx

+ 0
- 1
src/core/components/operation.jsx 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"


Loading…
Cancel
Save