Skip to content
Snippets Groups Projects
Commit 1205e948 authored by Simon Malesys's avatar Simon Malesys
Browse files

Fix unused vue method

parent 79756b0c
No related branches found
No related tags found
No related merge requests found
Pipeline #150710 passed
......@@ -63,7 +63,7 @@
</template>
<script setup lang="ts">
import { computed, onMounted, ref, watch } from 'vue'
import { computed, ref, watch } from 'vue'
import api from '../api'
import { useStore } from '../store'
import AppDialog from './AppDialog.vue'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment