Files
hoppscotch/packages/hoppscotch-sh-admin/src/composables/toast.ts
2023-03-03 19:26:34 +05:30

4 lines
91 B
TypeScript

import { useToasted } from '@hoppscotch/vue-toasted';
export const useToast = useToasted;