Remove unused import

This commit is contained in:
Nassim Jahnke 2024-12-07 15:48:11 +01:00
parent f33498ade4
commit 3d0bd8d1a6
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F

View File

@ -1,6 +1,5 @@
<script setup lang="ts">
import type { AxiosError } from "axios";
import type { Ref } from "vue";
import { NamedPermission, ReviewState, Visibility } from "~/types/backend";
import type { Platform, HangarProject } from "~/types/backend";