fix(nc-gui) type import issue

This commit is contained in:
Ramesh Mane
2025-01-20 10:45:13 +00:00
parent 0e75d58d3b
commit ac22385a0c

View File

@@ -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