gaoluyang
14 小时以前 cb9cd49627b65a4c0e137e08063271a8cefe1826
src/packages/@core/ui-kit/shadcn-ui/src/components/expandable-arrow/expandable-arrow.vue
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { ChevronDown } from '..\..\..\..\..\base\icons\src';
import { cn } from '..\..\..\..\..\base\shared\src\utils';
import { ChevronDown } from '../../../../../base/icons/src';
import { cn } from '../../../../../base/shared/src/utils';
const props = defineProps<{
  class?: string;