🪖 Moves location to utilities

This commit is contained in:
Rune Harlyk
2024-02-22 23:57:15 +01:00
parent 700707ab18
commit 8a660a58ae
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import { onDestroy } from 'svelte';
import location from '$lib/location';
import { location } from '$lib/utilities';
let videoStream = `//${location}/api/stream`;