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

This commit is contained in:
Li Kui 2024-09-08 09:55:20 +08:00 committed by GitHub
parent b1636405fc
commit 56e66193fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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