mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 06:26:52 +00:00
fix(nc-gui) type import issue
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import type { type IntegrationCategoryType, SyncDataType, clientTypes as _clientTypes } from '#imports'
|
||||
import type { IntegrationCategoryType, SyncDataType, clientTypes as _clientTypes } from '#imports'
|
||||
|
||||
const props = defineProps<{
|
||||
open: boolean
|
||||
|
||||
Reference in New Issue
Block a user