🫴 Modes steamView to views

This commit is contained in:
Rune Harlyk
2023-07-18 17:50:53 +02:00
parent c8ee581715
commit 94f9822505
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
<script lang="ts">
import { onDestroy } from 'svelte';
import location from '../../lib/location';
import location from '../lib/location';
let videoStream = `//${location}/stream`;
+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import Stream from '../components/Views/Stream.svelte';
import Stream from '../Views/Stream.svelte';
import Controls from '../components/Controls.svelte';
import ModelView from '../components/Model/ModelView.svelte';
</script>