Skip to content

Commit 7487e97

Browse files
Fix PropTypes import in TodoTextInput.js
1 parent e0588f6 commit 7487e97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/TodoTextInput.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, {Component, PropTypes} from 'react'
1+
import React, { Component } from 'react'
2+
import PropTypes from 'prop-types'
23
import classnames from 'classnames'
34

45
export default class TodoTextInput extends Component {

0 commit comments

Comments
 (0)