File size: 103 Bytes
bc20498 |
1 2 3 4 5 6 |
<script>
import Functions from '$lib/components/workspace/Functions.svelte';
</script>
<Functions />
|
bc20498 |
1 2 3 4 5 6 |
<script>
import Functions from '$lib/components/workspace/Functions.svelte';
</script>
<Functions />
|