1
0

fix: lint

This commit is contained in:
kolaente
2023-04-18 11:39:37 +02:00
parent b34118485c
commit ed8de7e3eb
10 changed files with 6 additions and 16 deletions

View File

@ -67,7 +67,7 @@
</template>
<script setup lang="ts">
import {computed, watch, ref} from 'vue'
import {computed, ref} from 'vue'
import {useProjectStore} from '@/stores/projects'
import {useBaseStore} from '@/stores/base'