mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
fix: inexistent import
This commit is contained in:
@@ -3,6 +3,7 @@ import { useWebSocket } from '@vueuse/core';
|
||||
import { useViewerStore } from '~/state/viewer';
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { toast } from 'vue-sonner';
|
||||
import { useWebSocketUrl } from '~/composables/useWebSocketUrl';
|
||||
|
||||
const viewerStore = useViewerStore()
|
||||
const { code: codeRef } = storeToRefs(viewerStore)
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
import { useWebSocket } from '@vueuse/core';
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { useStreamerStore } from '~/state/streamer';
|
||||
import { useWebSocketUrl } from '~/composables/useWebSocketUrl';
|
||||
|
||||
const streamerStore = useStreamerStore()
|
||||
const videofeedRef = ref<HTMLVideoElement|null>(null);
|
||||
|
||||
Reference in New Issue
Block a user