wip: trpc

This commit is contained in:
Andras Bacsai
2022-12-21 15:06:33 +01:00
parent e3e39af6fb
commit c8f7ca920e
36 changed files with 1761 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
<script lang="ts">
export let id: string;
import * as Buttons from '../Buttons';
</script>
<Buttons.Deploy {id} />