diff --git a/src/pages/h5p/H5PPlayer.page.unit.ts b/src/pages/h5p/H5PPlayer.page.unit.ts index 16bb96625b..3da93564c3 100644 --- a/src/pages/h5p/H5PPlayer.page.unit.ts +++ b/src/pages/h5p/H5PPlayer.page.unit.ts @@ -1,6 +1,5 @@ import { mount } from "@vue/test-utils"; import H5pPlayerPage from "./H5PPlayer.page.vue"; -import H5PPlayer from "@components/h5p/H5PPlayer.vue"; import { I18N_KEY } from "@/utils/inject"; import VueI18n from "vue-i18n"; import createComponentMocks from "@@/tests/test-utils/componentMocks";