Skip to content

Commit fe5ec9c

Browse files
zkwolftangjinzhou
authored andcommitted
fix: statistic ts type import path (#1234)
1 parent ae6a183 commit fe5ec9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/ant-design-vue.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { Select } from './select/select';
4646
import { Skeleton } from './skeleton';
4747
import { Slider } from './slider';
4848
import { Spin } from './spin';
49-
import { Statistic } from './statistic';
49+
import { Statistic } from './statistic/statistic';
5050
import { Steps } from './steps/steps';
5151
import { Switch } from './switch';
5252
import { Table } from './table/table';

0 commit comments

Comments
 (0)