Skip to content

Commit 840f574

Browse files
authored
Create Media.js
1 parent 193c01c commit 840f574

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 React from 'react'
2+
import PropTypes from 'prop-types'
23
import json2mq from 'json2mq'
34

45
const queryType = PropTypes.oneOfType([

0 commit comments

Comments
 (0)