Skip to content

Commit 56e6619

Browse files
authored
fix: module is not listed in package. json dependencies (vbenjs#4338)
1 parent b163640 commit 56e6619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effects/common-ui/src/components/captcha/point-selection-captcha.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<script setup lang="ts">
22
import { computed, ref } from 'vue';
33
4-
import { VbenButton } from '@vben/common-ui';
54
import { SvgRefreshIcon } from '@vben/icons';
65
import {
76
Card,
87
CardContent,
98
CardFooter,
109
CardHeader,
1110
CardTitle,
11+
VbenButton,
1212
VbenIconButton,
1313
} from '@vben-core/shadcn-ui';
1414

0 commit comments

Comments
 (0)