Skip to content

Commit

Permalink
fixed css import in voronoi map
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchimro committed Dec 10, 2021
1 parent ff66f2f commit b745a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voronoitreemap/voronoitreemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { dimensions } from './dimensions'
import { mapData } from './mapping'
import { render } from './render'
import { visualOptions } from './visualOptions'
import styles from '../styles'
import styles from '../styles/base.raw.css'

export default {
metadata,
Expand Down

0 comments on commit b745a45

Please sign in to comment.