fix + feat: fixed some bugs + added a mock parser since the damn backend is not working, not finished tho (bugs)

This commit is contained in:
2025-03-23 21:59:27 +01:00
parent 279c171ba2
commit 79baddb8f6
5 changed files with 216 additions and 59 deletions

View File

@ -11,7 +11,8 @@
</template>
<script setup lang="ts">
import HeaderCanvas from '../components/canvas/HeaderCanvas.vue';
// @ts-ignore
import HeaderCanvas from "../components/canvas/HeaderCanvas.vue";
import LeanCanvas from '../components/canvas/LeanCanvas.vue';
</script>