chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2025-01-20 10:45:13 +00:00
parent 31052ed527
commit 0e75d58d3b
7 changed files with 15 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { type IntegrationCategoryType, SyncDataType, clientTypes as _clientTypes } from '#imports'
import type { type IntegrationCategoryType, SyncDataType, clientTypes as _clientTypes } from '#imports'
const props = defineProps<{
open: boolean

View File

@@ -3,11 +3,11 @@ interface Props {
// Define your props here
}
const props = withDefaults(defineProps<Props>(), {
withDefaults(defineProps<Props>(), {
// Set default prop values here
})
</script>
<template></template>
<template><span class="hidden"></span></template>
<style lang="scss" scoped></style>