Skip to content

Commit

Permalink
fix: unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 20, 2021
1 parent a3ff3ed commit 27577cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion src/components/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
GridDimensions,
RequiredChartOptions,
Series,
StackDatum,
UserSerie,
} from '../types'
import {
Expand Down
8 changes: 1 addition & 7 deletions src/components/Voronoi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ import { Delaunay } from 'd3-delaunay'

//
import { Datum } from '../types'
import {
getPrimary,
getX,
getY,
sortDatumsBySecondaryPx,
translate,
} from '../utils/Utils'
import { getPrimary, getX, getY, translate } from '../utils/Utils'
import useChartContext from '../utils/chartContext'
import { line } from 'd3-shape'

Expand Down

1 comment on commit 27577cd

@vercel
Copy link

@vercel vercel bot commented on 27577cd Jul 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.