We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0588f6 commit 7487e97Copy full SHA for 7487e97
src/components/TodoTextInput.js
@@ -1,4 +1,5 @@
1
-import React, {Component, PropTypes} from 'react'
+import React, { Component } from 'react'
2
+import PropTypes from 'prop-types'
3
import classnames from 'classnames'
4
5
export default class TodoTextInput extends Component {
0 commit comments