Skip to content

Commit cd7a345

Browse files
committed
Fixing path on examples.
1 parent 4c6535e commit cd7a345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demos/sunburst/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { scaleLinear, scaleSqrt, scaleOrdinal } from 'd3-scale'
77
import { schemeCategory10 as scheme } from 'd3-scale-chromatic'
88
import { interpolate as d3interpolate } from 'd3-interpolate'
99
import { Spring, animated } from 'react-spring'
10-
import Partition from './Partition'
10+
import Partition from './partition'
1111
import data from './data'
1212
import './styles.css'
1313

0 commit comments

Comments
 (0)