Skip to content

Commit

Permalink
refactor: refactor import in WebrtcCameraStreamer
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou committed Sep 22, 2024
1 parent 7cd003c commit ea99cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/webcams/streamers/WebrtcCameraStreamer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Component, Mixins, Prop, Ref, Watch } from 'vue-property-decorator'
import BaseMixin from '@/components/mixins/base'
import { GuiWebcamStateWebcam } from '@/store/gui/webcams/types'
import WebcamMixin from '@/components/mixins/webcam'
import { capitalize } from '../../../plugins/helpers'
import { capitalize } from '@/plugins/helpers'
interface CameraStreamerResponse extends RTCSessionDescriptionInit {
id: string
Expand Down

0 comments on commit ea99cc7

Please sign in to comment.