Skip to content

Commit a6819d2

Browse files
committed
fix duplicate import
1 parent 507a80c commit a6819d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/splash/splash.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import Container from '../container/container';
44
import SplashViz from '../splash-viz/splash-viz';
55
import Support from '../support/support';
66
import './splash-style';
7-
import './splash-style';
87
import '../splash-viz/splash-viz-style';
9-
import Support from '../support/support';
108

119
export default props => {
1210
let { page } = props;

0 commit comments

Comments
 (0)