fix: linting all the files possible error may still occur but i just ignored them cuz it's commented code, probably will fix them later if it persists

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-04-14 01:32:29 +02:00
parent 70658e4fb9
commit 03bbc77e8a
9 changed files with 32 additions and 22 deletions

View File

@ -1,7 +1,7 @@
<template>
<div>
<header>
<HeaderCanvas :projectId="1" />
<HeaderCanvas :project-id="1" />
</header>
</div>
<div>
@ -23,7 +23,7 @@
</template>
<script setup lang="ts">
// @ts-ignore
import HeaderCanvas from "../components/canvas/HeaderCanvas.vue";
import LeanCanvas from '../components/canvas/LeanCanvas.vue';
import { ref, onMounted } from "vue";