🦄 Adds route for changing robot connection

This commit is contained in:
Rune Harlyk
2024-08-24 21:05:33 +02:00
committed by Rune Harlyk
parent 73c2038497
commit 2d6466050b
3 changed files with 39 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<script lang="ts">
import Connection from './Connection.svelte';
</script>
<div class="mx-0 my-1 flex flex-col space-y-4 sm:mx-8 sm:my-8">
<Connection />
</div>