Skip to content

Commit

Permalink
fix: module is not listed in package. json dependencies (#4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 committed Sep 8, 2024
1 parent b163640 commit 56e6619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<script setup lang="ts">
import { computed, ref } from 'vue';
import { VbenButton } from '@vben/common-ui';
import { SvgRefreshIcon } from '@vben/icons';
import {
Card,
CardContent,
CardFooter,
CardHeader,
CardTitle,
VbenButton,
VbenIconButton,
} from '@vben-core/shadcn-ui';
Expand Down

0 comments on commit 56e6619

Please sign in to comment.