From c683a5471c964f16a8677d6b75a0b07815935202 Mon Sep 17 00:00:00 2001 From: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Date: Sun, 13 Aug 2023 22:19:39 +0530 Subject: [PATCH] chore: remove unnecessary changes --- packages/hoppscotch-sh-admin/src/components.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-sh-admin/src/components.d.ts b/packages/hoppscotch-sh-admin/src/components.d.ts index db34e4993..41af232ee 100644 --- a/packages/hoppscotch-sh-admin/src/components.d.ts +++ b/packages/hoppscotch-sh-admin/src/components.d.ts @@ -23,7 +23,7 @@ declare module '@vue/runtime-core' { HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal'] HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture'] HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner'] - HoppSmartTable: typeof import('@hoppscotch/ui')['HoppSmartTable'] + HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab'] IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default'] IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default'] IconLucideInbox: typeof import('~icons/lucide/inbox')['default']