File tree 2 files changed +9
-16
lines changed 2 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
- import React from 'react' ;
2
- import { connect } from 'react-redux' ;
3
- import $ from 'jquery' ;
4
-
5
- import i18n from '@cdo/locale' ;
6
-
7
1
/**
8
2
* A React component for our JavaScript debugger UI. Returns a connected component
9
3
* so this can only be used in cases where we have a redux store.
10
4
*/
11
-
12
5
import PropTypes from 'prop-types' ;
13
-
6
+ import React from 'react' ;
7
+ import { connect } from 'react-redux' ;
8
+ import $ from 'jquery' ;
9
+ import i18n from '@cdo/locale' ;
14
10
import Radium from 'radium' ;
15
11
import dom from '../../../dom' ;
16
12
import commonStyles from '../../../commonStyles' ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Entry point to build a bundle containing a set of globals used when displaying
3
+ * tutorialExplorer. Includes the TutorialExplorer React class.
4
+ */
5
+ import PropTypes from 'prop-types' ;
1
6
import React from 'react' ;
2
7
import ReactDOM from 'react-dom' ;
3
8
import Immutable from 'immutable' ;
@@ -22,14 +27,6 @@ import {
22
27
} from './responsive' ;
23
28
import i18n from '@cdo/tutorialExplorer/locale' ;
24
29
import _ from 'lodash' ;
25
-
26
- /**
27
- * Entry point to build a bundle containing a set of globals used when displaying
28
- * tutorialExplorer. Includes the TutorialExplorer React class.
29
- */
30
-
31
- import PropTypes from 'prop-types' ;
32
-
33
30
import queryString from 'query-string' ;
34
31
import { StickyContainer } from 'react-sticky' ;
35
32
You can’t perform that action at this time.
0 commit comments