diff options
Diffstat (limited to 'app/components/WindowChrome.js')
| -rw-r--r-- | app/components/WindowChrome.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/WindowChrome.js b/app/components/WindowChrome.js index e1df040d6c..16bdb70e28 100644 --- a/app/components/WindowChrome.js +++ b/app/components/WindowChrome.js @@ -1,4 +1,5 @@ -import React, { Component, PropTypes } from 'react'; +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; /** * A component used to chip out arrow in the app header using CSS mask |
