Skip to content

Commit 46cf169

Browse files
committed
fix: add missing type imports
1 parent 52aef82 commit 46cf169

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unit/app/utils/charts.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ import {
1212
copyAltTextForTrendLineChart,
1313
createAltTextForVersionsBarChart,
1414
copyAltTextForVersionsBarChart,
15+
type TrendLineConfig,
16+
type TrendLineDataset,
17+
type VersionsBarConfig,
18+
type VersionsBarDataset,
1519
} from '../../../../app/utils/charts'
1620
import type { AltCopyArgs } from 'vue-data-ui'
1721

0 commit comments

Comments
 (0)