We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6535e commit cd7a345Copy full SHA for cd7a345
examples/demos/sunburst/index.js
@@ -7,7 +7,7 @@ import { scaleLinear, scaleSqrt, scaleOrdinal } from 'd3-scale'
7
import { schemeCategory10 as scheme } from 'd3-scale-chromatic'
8
import { interpolate as d3interpolate } from 'd3-interpolate'
9
import { Spring, animated } from 'react-spring'
10
-import Partition from './Partition'
+import Partition from './partition'
11
import data from './data'
12
import './styles.css'
13
0 commit comments