feat: restructure components folder

This commit is contained in:
2025-11-09 17:23:53 +01:00
parent 46debb815d
commit 29c05de6ec
4 changed files with 1 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
<script lang="ts" setup>
useRender((ctx) => {
ctx.fillStyle = "green";
ctx.fillRect(0, 0, 100, 100);
});
</script>