feat: toast-provider and useToast initial

This commit is contained in:
Alexandr
2022-07-26 22:26:05 +03:00
parent 4cca3e63cf
commit 63c3128b3c
17 changed files with 185 additions and 9 deletions

5
src/composables.ts Normal file
View File

@@ -0,0 +1,5 @@
import { useToast } from '@/components/Toast/components/ToastProvider/composables/useToast'
export {
useToast,
}