From 696fd020a441a4dc137f0b32d75da6b292e46927 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 10 Aug 2022 23:43:06 +0530 Subject: [PATCH] chore(gui-v2): lint Signed-off-by: Pranav C --- packages/nc-gui-v2/composables/useViewColumns.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui-v2/composables/useViewColumns.ts b/packages/nc-gui-v2/composables/useViewColumns.ts index 406620b745..302dcb1372 100644 --- a/packages/nc-gui-v2/composables/useViewColumns.ts +++ b/packages/nc-gui-v2/composables/useViewColumns.ts @@ -1,5 +1,5 @@ import { isSystemColumn } from 'nocodb-sdk' -import type { ColumnType, FormType, GalleryType, GridType, TableType, ViewType } from 'nocodb-sdk' +import type { ColumnType, TableType, ViewType } from 'nocodb-sdk' import { watch } from 'vue' import type { ComputedRef, Ref } from 'vue' import { useNuxtApp } from '#app'