File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React , { PropTypes } from 'react' ;
2
- import './cube-style' ;
3
2
4
3
export default class Cube extends React . Component {
5
4
constructor ( props ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import React from 'react';
3
3
import Cube from '../cube/cube' ;
4
4
import TextRotator from '../text-rotater/text-rotater' ;
5
5
import Modules from '../../assets/homepage-modules.svg' ;
6
- import './splash-viz-style' ;
7
6
8
7
export default class SplashViz extends React . Component {
9
8
@@ -26,4 +25,4 @@ export default class SplashViz extends React.Component {
26
25
</ section >
27
26
) ;
28
27
}
29
- }
28
+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ import SplashViz from '../splash-viz/splash-viz';
5
5
import Support from '../support/support' ;
6
6
import './splash-style' ;
7
7
import '../splash-viz/splash-viz-style' ;
8
+ import '../cube/cube-style' ;
9
+ import '../text-rotater/text-rotater-style.scss' ;
8
10
9
11
export default props => {
10
12
let { page } = props ;
Original file line number Diff line number Diff line change 1
1
import React , { PropTypes } from 'react' ;
2
- import './text-rotater-style.scss' ;
3
2
4
3
export default class TextRotater extends React . PureComponent {
5
4
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ module.exports = {
6
6
cssTemplate : './icon.template.hbs' ,
7
7
fixedWidth : true ,
8
8
types : [ 'woff' ]
9
- }
9
+ } ;
You can’t perform that action at this time.
0 commit comments