diff --git a/packages/nc-gui-v2/components/index.ts b/packages/nc-gui-v2/context/index.ts similarity index 96% rename from packages/nc-gui-v2/components/index.ts rename to packages/nc-gui-v2/context/index.ts index b6070aa3c4..f03f1c0429 100644 --- a/packages/nc-gui-v2/components/index.ts +++ b/packages/nc-gui-v2/context/index.ts @@ -1,7 +1,7 @@ import type { ColumnType, TableType, ViewType } from 'nocodb-sdk' import type { InjectionKey, Ref } from 'vue' import type { EventHook } from '@vueuse/core' -import type useViewData from '~/composables/useViewData' +import type { useViewData } from '#imports' export const ColumnInj: InjectionKey = Symbol('column-injection') export const MetaInj: InjectionKey> = Symbol('meta-injection')