Skip to content

Commit b9363b2

Browse files
committed
fix: rename spinner to icons
1 parent bb9eebf commit b9363b2

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

src/components/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export * from './table'
3535
export * from './separator'
3636
export * from './tooltip'
3737
export * from './quota'
38-
export * from './spinner'
38+
export * from './icons'
3939

4040
export * from './util'
4141
export type * from './types'

src/components/toast/ToastItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import type { Component } from 'vue'
3-
import SpinnerIcon from '../spinner/SpinnerIcon.vue'
3+
import SpinnerIcon from '../icons/SpinnerIcon.vue'
44
import InfoIcon from '~icons/ri/information-2-fill'
55
import SuccessIcon from '~icons/ri/checkbox-circle-fill'
66
import WarningIcon from '~icons/ri/alert-fill'

0 commit comments

Comments
 (0)