Files
watchstate/frontend/composables/useToast.js
2024-12-30 19:31:10 +03:00

4 lines
78 B
JavaScript

import {useToast} from "vue-toastification";
export default () => useToast()