Fixed remaining lint errors

This commit is contained in:
Karel Krýda
2022-04-30 15:13:13 +02:00
parent f78d01d770
commit 11ef22edec
4 changed files with 4 additions and 7 deletions

View File

@@ -87,7 +87,6 @@
</template>
<script>
import CopyableInput from "../components/CopyableInput.vue";
import { useToast } from "vue-toastification";
import VueMultiselect from "vue-multiselect";
@@ -96,7 +95,6 @@ const toast = useToast();
export default {
components: {
CopyableInput,
VueMultiselect,
},