diff --git a/packages/hoppscotch-embed/src/components.d.ts b/packages/hoppscotch-embed/src/components.d.ts index 6734cf835..7ec61c761 100644 --- a/packages/hoppscotch-embed/src/components.d.ts +++ b/packages/hoppscotch-embed/src/components.d.ts @@ -4,6 +4,8 @@ declare module "vue" { export interface GlobalComponents { + Carbon3dCursor: typeof import("~icons/carbon/3d-cursor")["default"] + CarbonArrowUpRight: typeof import("~icons/carbon/arrow-up-right")["default"] CarbonCampsite: typeof import("~icons/carbon/campsite")["default"] CarbonCircleDash: typeof import("~icons/carbon/circle-dash")["default"] CarbonDicomOverlay: typeof import("~icons/carbon/dicom-overlay")["default"] @@ -15,6 +17,7 @@ declare module "vue" { CarbonSun: typeof import("~icons/carbon/sun")["default"] CarbonWarning: typeof import("~icons/carbon/warning")["default"] Footer: typeof import("./components/Footer.vue")["default"] + Header: typeof import("./components/Header.vue")["default"] README: typeof import("./components/README.md")["default"] Request: typeof import("./components/Request.vue")["default"] "Request copy": typeof import("./components/Response.vueue")["default"] diff --git a/packages/hoppscotch-embed/src/components/Footer.vue b/packages/hoppscotch-embed/src/components/Footer.vue index cc6ea5e6a..3a5a2723d 100644 --- a/packages/hoppscotch-embed/src/components/Footer.vue +++ b/packages/hoppscotch-embed/src/components/Footer.vue @@ -12,9 +12,9 @@ const toggleLocales = () => { diff --git a/packages/hoppscotch-embed/src/layouts/404.vue b/packages/hoppscotch-embed/src/layouts/404.vue index 28d41ae60..c713e0f25 100644 --- a/packages/hoppscotch-embed/src/layouts/404.vue +++ b/packages/hoppscotch-embed/src/layouts/404.vue @@ -4,7 +4,7 @@ const { t } = useI18n()