🫴 Modes steamView to views
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { onDestroy } from 'svelte';
|
import { onDestroy } from 'svelte';
|
||||||
import location from '../../lib/location';
|
import location from '../lib/location';
|
||||||
|
|
||||||
let videoStream = `//${location}/stream`;
|
let videoStream = `//${location}/stream`;
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Stream from '../components/Views/Stream.svelte';
|
import Stream from '../Views/Stream.svelte';
|
||||||
import Controls from '../components/Controls.svelte';
|
import Controls from '../components/Controls.svelte';
|
||||||
import ModelView from '../components/Model/ModelView.svelte';
|
import ModelView from '../components/Model/ModelView.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user