fixed prop-types deprecation

This commit is contained in:
Wyatt Johnson
2017-08-28 12:03:20 -06:00
parent a570626787
commit deb69d4e8c
57 changed files with 117 additions and 60 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react';
import {Router, Route, IndexRedirect, IndexRoute} from 'react-router';
import PropTypes from 'prop-types';
import {Router, Route, IndexRedirect, IndexRoute} from 'react-router';
import Configure from 'routes/Configure';
import Dashboard from 'routes/Dashboard';