🏮 Adds servo config table
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user