Skip to content

Commit c511636

Browse files
committed
css modularizing
1 parent 2aad51e commit c511636

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

src/app/components/Chart.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { Component } from 'react';
22
import PropTypes from 'prop-types';
3-
import '../styles/components/_d3Tree.scss';
43
import * as d3 from 'd3';
54

65
let root = {};

src/app/components/Diff.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import PropTypes from 'prop-types';
33
import { diff, formatters } from 'jsondiffpatch';
44
import ReactHtmlParser from 'react-html-parser';
5-
import './diff.css';
65

76
import { useStoreContext } from '../store';
87

File renamed without changes.

src/app/styles/main.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
@import './components/rc-slider', './components/sliderHandle';
2323

2424
// d3 chart component
25-
@import './components/d3Tree';
25+
@import './components/d3Tree';
26+
27+
// diff component
28+
@import './components/diff.css';

0 commit comments

Comments
 (0)