liu
2026-09-03 a956b0ea73c9891a6e0e1325d093f6b63e3e8501
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;