feat: toast-provider and useToast initial
This commit is contained in:
5
src/composables.ts
Normal file
5
src/composables.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { useToast } from '@/components/Toast/components/ToastProvider/composables/useToast'
|
||||
|
||||
export {
|
||||
useToast,
|
||||
}
|
||||
Reference in New Issue
Block a user