Skip to content

Commit 12db2ba

Browse files
committed
finally fix build
1 parent a6819d2 commit 12db2ba

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

components/cube/cube.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { PropTypes } from 'react';
2-
import './cube-style';
32

43
export default class Cube extends React.Component {
54
constructor(props) {

components/splash-viz/splash-viz.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react';
33
import Cube from '../cube/cube';
44
import TextRotator from '../text-rotater/text-rotater';
55
import Modules from '../../assets/homepage-modules.svg';
6-
import './splash-viz-style';
76

87
export default class SplashViz extends React.Component {
98

@@ -26,4 +25,4 @@ export default class SplashViz extends React.Component {
2625
</section>
2726
);
2827
}
29-
}
28+
}

components/splash/splash.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import SplashViz from '../splash-viz/splash-viz';
55
import Support from '../support/support';
66
import './splash-style';
77
import '../splash-viz/splash-viz-style';
8+
import '../cube/cube-style';
9+
import '../text-rotater/text-rotater-style.scss';
810

911
export default props => {
1012
let { page } = props;

components/text-rotater/text-rotater.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { PropTypes } from 'react';
2-
import './text-rotater-style.scss';
32

43
export default class TextRotater extends React.PureComponent {
54

styles/icon.font.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ module.exports = {
66
cssTemplate: './icon.template.hbs',
77
fixedWidth: true,
88
types: [ 'woff' ]
9-
}
9+
};

0 commit comments

Comments
 (0)