Browse Source

fix/minor import fix

pull/3083/head
Muhammed Mustafa 2 years ago
parent
commit
9910fc7bbb
  1. 2
      packages/nc-gui-v2/components/shared-view/Grid.vue

2
packages/nc-gui-v2/components/shared-view/Grid.vue

@ -1,6 +1,6 @@
<script setup lang="ts">
import type { Ref } from 'vue'
import type { TableType } from 'nocodb-sdk/build/main'
import type { TableType } from 'nocodb-sdk'
import { ActiveViewInj, FieldsInj, IsPublicInj, MetaInj, ReadonlyInj, ReloadViewDataHookInj } from '~/context'

Loading…
Cancel
Save