fix: can't build

This commit is contained in:
louis 2024-04-07 09:42:20 +08:00
parent 21adccf4a4
commit 477f1102ea
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@
<script setup lang="ts">
import { Alert, Space, Card, Divider } from 'ant-design-vue';
import { AButton } from '@/components/basic/button';
import { themeColors } from '@/layout/header/components/setting/constant';
import {themeColors} from '@/constants/theme';
defineOptions({
name: 'DemoButton',
});