Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 8c4cb0c

Browse files
committed
chore: format
1 parent d91a43d commit 8c4cb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/useComponentIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { AvatarProps } from '@/ui/components/Avatar/Avatar.vue'
2-
import { loadingIcon } from '@/ui/icons'
32
import type { MaybeRefOrGetter } from 'vue'
3+
import { loadingIcon } from '@/ui/icons'
44
import { computed, toValue } from 'vue'
55

66
export interface UseComponentIconsProps {

0 commit comments

Comments
 (0)