Browse Source

fix: module is not listed in package. json dependencies (#4338)

pull/4353/head
Li Kui 2 weeks ago
committed by GitHub
parent
commit
56e66193fc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/common-ui/src/components/captcha/point-selection-captcha.vue

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

@ -1,7 +1,6 @@
<script setup lang="ts">
import { computed, ref } from 'vue';
import { VbenButton } from '@vben/common-ui';
import { SvgRefreshIcon } from '@vben/icons';
import {
Card,
@ -9,6 +8,7 @@ import {
CardFooter,
CardHeader,
CardTitle,
VbenButton,
VbenIconButton,
} from '@vben-core/shadcn-ui';

Loading…
Cancel
Save