From 297edf113f11979b63b2024f805ce95354655e2d Mon Sep 17 00:00:00 2001 From: Thorn Walli Date: Wed, 24 Apr 2024 19:30:24 +0200 Subject: [PATCH] fix(clean): removed unneeded imports --- playground/components/InfoLayer.vue | 1 - playground/components/PageHeader.vue | 2 -- playground/components/PreviewContainer.vue | 1 - playground/components/WeakHardwareOverlay.vue | 1 - playground/components/base/Button.vue | 1 - playground/components/base/Headline.vue | 1 - playground/components/base/LinkList.vue | 1 - playground/components/elements/LoaderTest.vue | 3 --- playground/components/elements/ScrollItem.vue | 1 - playground/components/fragments/PageHeaderMenu.vue | 2 -- playground/components/modules/ImageText.vue | 2 +- playground/components/modules/Stage.vue | 3 +-- playground/components/modules/TextFontA.vue | 1 - playground/components/modules/TextFontB.vue | 1 - playground/components/modules/VideoVimeo.vue | 2 +- playground/components/modules/VideoYoutube.vue | 2 +- playground/layouts/default.vue | 2 -- playground/pages/tests/booster-layer/index.vue | 2 -- playground/pages/tests/booster-loader/index.vue | 1 - playground/pages/tests/index.vue | 2 -- playground/pages/tests/v-font-media/components/Critical.vue | 2 +- playground/pages/tests/v-font-media/components/Lazy.vue | 2 +- playground/pages/tests/v-font/components/Critical.vue | 2 +- playground/pages/tests/v-font/components/Lazy.vue | 2 +- playground/pages/tests/vimeo/components/Default.vue | 1 - playground/pages/tests/weak-hardware-overlay/index.vue | 3 --- playground/pages/tests/youtube/components/Default.vue | 2 -- src/runtime/components/BoosterIframe.vue | 3 --- src/runtime/components/BoosterImage.vue | 2 -- src/runtime/components/BoosterImage/utils/image.js | 1 - src/runtime/components/BoosterLayer.vue | 2 -- src/runtime/components/BoosterPicture.vue | 2 -- src/runtime/components/BoosterPicture/Source.vue | 3 --- src/runtime/components/BoosterVimeo.vue | 1 - src/runtime/components/BoosterVimeo/Base.vue | 3 --- src/runtime/components/BoosterYoutube.vue | 1 - src/runtime/components/BoosterYoutube/Base.vue | 3 --- src/runtime/components/Button.vue | 2 -- src/runtime/components/WeakHardwareOverlay.vue | 1 - src/runtime/composables/componentObserver.js | 2 -- src/runtime/composables/config.js | 2 -- src/runtime/composables/critical.js | 2 -- src/runtime/composables/fonts.js | 3 --- src/runtime/hydrate.js | 2 -- 44 files changed, 8 insertions(+), 73 deletions(-) diff --git a/playground/components/InfoLayer.vue b/playground/components/InfoLayer.vue index 54a998c39d..e59f0ddc42 100644 --- a/playground/components/InfoLayer.vue +++ b/playground/components/InfoLayer.vue @@ -33,7 +33,6 @@ diff --git a/playground/components/WeakHardwareOverlay.vue b/playground/components/WeakHardwareOverlay.vue index 6d01855491..51b4759260 100644 --- a/playground/components/WeakHardwareOverlay.vue +++ b/playground/components/WeakHardwareOverlay.vue @@ -14,7 +14,6 @@ import BoosterWeakHardwareOverlay from '#booster/components/WeakHardwareOverlay' import BaseButton from '@/components/base/Button'; -import { useBoosterFonts } from '#imports'; const { $getFont } = useBoosterFonts(); defineProps({ text: { diff --git a/playground/components/base/Button.vue b/playground/components/base/Button.vue index afc0515451..c33dca8127 100644 --- a/playground/components/base/Button.vue +++ b/playground/components/base/Button.vue @@ -10,7 +10,6 @@ diff --git a/playground/components/base/Headline.vue b/playground/components/base/Headline.vue index dac4389186..c7456f018d 100644 --- a/playground/components/base/Headline.vue +++ b/playground/components/base/Headline.vue @@ -9,7 +9,6 @@ diff --git a/playground/components/base/LinkList.vue b/playground/components/base/LinkList.vue index 5dfd1bd677..381e387013 100644 --- a/playground/components/base/LinkList.vue +++ b/playground/components/base/LinkList.vue @@ -9,7 +9,6 @@ diff --git a/playground/components/elements/LoaderTest.vue b/playground/components/elements/LoaderTest.vue index 855cca6b8d..e6562bb9a2 100644 --- a/playground/components/elements/LoaderTest.vue +++ b/playground/components/elements/LoaderTest.vue @@ -5,9 +5,6 @@ diff --git a/playground/pages/tests/v-font-media/components/Lazy.vue b/playground/pages/tests/v-font-media/components/Lazy.vue index 0b64460e50..1a8f6cc886 100644 --- a/playground/pages/tests/v-font-media/components/Lazy.vue +++ b/playground/pages/tests/v-font-media/components/Lazy.vue @@ -104,7 +104,7 @@ diff --git a/playground/pages/tests/v-font/components/Critical.vue b/playground/pages/tests/v-font/components/Critical.vue index e0b67b587f..41311cec5a 100644 --- a/playground/pages/tests/v-font/components/Critical.vue +++ b/playground/pages/tests/v-font/components/Critical.vue @@ -75,7 +75,7 @@ diff --git a/playground/pages/tests/v-font/components/Lazy.vue b/playground/pages/tests/v-font/components/Lazy.vue index 6848620002..674503ab17 100644 --- a/playground/pages/tests/v-font/components/Lazy.vue +++ b/playground/pages/tests/v-font/components/Lazy.vue @@ -85,7 +85,7 @@ diff --git a/playground/pages/tests/vimeo/components/Default.vue b/playground/pages/tests/vimeo/components/Default.vue index 6dc2a26ad4..9d98c61ed9 100644 --- a/playground/pages/tests/vimeo/components/Default.vue +++ b/playground/pages/tests/vimeo/components/Default.vue @@ -12,7 +12,6 @@