chore(components): move utils imports before components

This commit is contained in:
Benjamin Canac
2024-10-11 14:15:44 +02:00
parent f6631ff7bc
commit 296ae456c9
11 changed files with 15 additions and 15 deletions

View File

@@ -32,8 +32,8 @@ import { ref, computed } from 'vue'
import { ToastProvider, ToastViewport, useForwardProps } from 'radix-vue'
import { reactivePick } from '@vueuse/core'
import { useToast } from '../composables/useToast'
import UToast from './Toast.vue'
import { omit } from '../utils'
import UToast from './Toast.vue'
const props = withDefaults(defineProps<ToasterProps>(), {
expand: true,