Skip to content

Commit 2e07089

Browse files
committed
merged main branch
1 parent e26015a commit 2e07089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/composables/useEcho.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type Echo from 'laravel-echo'
2-
import type { SupportedBroadcaster } from '../types'
2+
import type { SupportedBroadcaster } from '../types/options'
33
import { useNuxtApp } from '#app'
44

55
export const useEcho = (): Echo<SupportedBroadcaster> => {

0 commit comments

Comments
 (0)