remove unneeded import

This commit is contained in:
Jonathan Reinbrecht 2024-01-19 15:11:40 +01:00
parent 9670b77bc3
commit 137a8ed69c

View file

@ -327,7 +327,6 @@ import { useI18n } from "vue-i18n";
import { Notifier } from "@/plugins/notifier";
import { AbsintheGraphQLErrors } from "@/types/errors.model";
import { useHead } from "@unhead/vue";
import { IEvent } from "@/types/event.model";
const IntegrationTwitch = defineAsyncComponent(
() => import("@/components/Event/Integrations/TwitchIntegration.vue")