linting cleanup

This commit is contained in:
2024-07-09 19:42:55 -06:00
parent bce003e508
commit 145a1da37e
9 changed files with 8 additions and 15 deletions

View File

@@ -402,8 +402,7 @@
</template>
<script lang="ts">
import { AxiosError, RawAxiosRequestHeaders } from "axios";
import { IIdentifier } from "@veramo/core";
import { AxiosError } from "axios";
import { Component, Vue } from "vue-facing-decorator";
import GiftedDialog from "@/components/GiftedDialog.vue";