We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26015a commit 2e07089Copy full SHA for 2e07089
src/runtime/composables/useEcho.ts
@@ -1,5 +1,5 @@
1
import type Echo from 'laravel-echo'
2
-import type { SupportedBroadcaster } from '../types'
+import type { SupportedBroadcaster } from '../types/options'
3
import { useNuxtApp } from '#app'
4
5
export const useEcho = (): Echo<SupportedBroadcaster> => {
0 commit comments