From 8a0a256ffbf29578d1627d01ff8716840804d112 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 18 Aug 2022 12:07:02 +0800 Subject: [PATCH] chore(gui-v2): lint --- packages/nc-gui-v2/composables/useSharedView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui-v2/composables/useSharedView.ts b/packages/nc-gui-v2/composables/useSharedView.ts index e86f89e6b6..ab4525be84 100644 --- a/packages/nc-gui-v2/composables/useSharedView.ts +++ b/packages/nc-gui-v2/composables/useSharedView.ts @@ -1,4 +1,4 @@ -import type { ColumnType, ExportTypes, FilterType, PaginatedType, SortType, TableType, ViewType } from 'nocodb-sdk' +import type { ExportTypes, FilterType, PaginatedType, SortType, TableType, ViewType } from 'nocodb-sdk' import { UITypes } from 'nocodb-sdk' import { useNuxtApp } from '#app'