We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b506fe commit c2f393fCopy full SHA for c2f393f
apps/src/templates/manageStudents/ManageStudents.jsx
@@ -1,4 +1,5 @@
1
-import React, {PropTypes} from 'react';
+import React from 'react';
2
+import PropTypes from 'prop-types';
3
import {connect} from 'react-redux';
4
import ManageStudentsTable from './ManageStudentsTable';
5
import SyncOmniAuthSectionControl from '@cdo/apps/lib/ui/SyncOmniAuthSectionControl';
apps/src/templates/teacherDashboard/SelectSectionDropdown.jsx
import i18n from '@cdo/locale';
import {navigateToHref} from '@cdo/apps/utils';
0 commit comments