This commit is contained in:
2026-03-30 14:06:26 +02:00
parent 2702615b34
commit 6db261c2b5
31 changed files with 127685 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
<script lang="ts">
import { Button } from 'flowbite-svelte';
</script>
<Button
onclick={() => {
navigator.clipboard.read().then((i) => console.log(i));
}}>Import</Button
>