🦼 Adds servo calibration UI

This commit is contained in:
Rune Harlyk
2024-06-06 18:27:15 +02:00
committed by Rune Harlyk
parent c96703538c
commit e2b54cdf5e
6 changed files with 92 additions and 0 deletions
@@ -0,0 +1,7 @@
<script lang="ts">
import Servos from './servos.svelte';
</script>
<div class="mx-0 my-1 flex flex-col space-y-4 sm:mx-8 sm:my-8">
<Servos />
</div>