Removed prop-types global import, added to files directly

• Removed:
- prop-types global import, added to files directly
This commit is contained in:
mgabdev
2020-08-17 15:59:29 -05:00
parent 5a55f89dbe
commit 7e47bb1d9c
279 changed files with 280 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import React from 'react'
import PropTypes from 'prop-types'
import { connect } from 'react-redux'
import { defineMessages, injectIntl } from 'react-intl'
import { addPoll, removePoll } from '../../../actions/compose'