🏮 Adds servo config table

This commit is contained in:
Rune Harlyk
2024-09-10 17:37:08 +02:00
committed by Rune Harlyk
parent b02d633f41
commit 6ab093786a
8 changed files with 28253 additions and 28281 deletions
@@ -1,7 +1,9 @@
<script lang="ts">
import Servos from './servos.svelte';
import Servos from './servos.svelte';
import ServoTable from './ServoTable.svelte';
</script>
<div class="mx-0 my-1 flex flex-col space-y-4 sm:mx-8 sm:my-8">
<Servos />
<Servos />
<ServoTable />
</div>