Skip to content

Commit 27577cd

Browse files
committed
fix: unused types
1 parent a3ff3ed commit 27577cd

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/components/Chart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
GridDimensions,
1919
RequiredChartOptions,
2020
Series,
21-
StackDatum,
2221
UserSerie,
2322
} from '../types'
2423
import {

src/components/Voronoi.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ import { Delaunay } from 'd3-delaunay'
33

44
//
55
import { Datum } from '../types'
6-
import {
7-
getPrimary,
8-
getX,
9-
getY,
10-
sortDatumsBySecondaryPx,
11-
translate,
12-
} from '../utils/Utils'
6+
import { getPrimary, getX, getY, translate } from '../utils/Utils'
137
import useChartContext from '../utils/chartContext'
148
import { line } from 'd3-shape'
159

0 commit comments

Comments
 (0)