define types

This commit is contained in:
2024-03-12 06:22:37 +01:00
parent 57d37dd699
commit 41de3a001c
17 changed files with 42 additions and 45 deletions

View File

@@ -1,2 +1,2 @@
import { useToast } from '@/components/FwbToast/composables/useToast';
import { useToast } from './components/FwbToast/composables/useToast';
export { useToast };