Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Piet van Agtmaal committed Nov 19, 2021
1 parent 85a3c7f commit ba45a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pie/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { kebabize, mapKeys } from '@/utils'
import { pie, arc } from 'd3-shape'
import { scaleOrdinal } from 'd3-scale'
import { pointer } from 'd3-selection'
import { ascending, descending, Primitive } from 'd3-array'
import { ascending, descending } from 'd3-array'
export default defineComponent({
name: 'PieLayer',
Expand Down

0 comments on commit ba45a75

Please sign in to comment.