diff options
Diffstat (limited to 'app/components/Layout.js')
| -rw-r--r-- | app/components/Layout.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/Layout.js b/app/components/Layout.js index 36d298b5b8..58af3d0813 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -1,4 +1,5 @@ -import React, { PropTypes, Component } from 'react'; +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; import HeaderBar from './HeaderBar'; /** |
