Skip to content

Commit 0d1e195

Browse files
committed
import PropTypes from the new NPM package
1 parent 03335eb commit 0d1e195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/Media.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { PropTypes } from 'react'
1+
import PropTypes from 'prop-types'
2+
import React from 'react'
23
import json2mq from 'json2mq'
34

45
const queryType = PropTypes.oneOfType([

0 commit comments

Comments
 (0)