chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2024-09-02 14:19:03 +00:00
parent 2976e70feb
commit 950b02faeb

View File

@@ -5,9 +5,9 @@ interface Props {
defineProps<Props>()
const { activeError } = useExtensionHelperOrThrow()
const emits = defineEmits(['rename', 'duplicate', 'showDetails', 'clearData', 'delete'])
const { activeError } = useExtensionHelperOrThrow()
</script>
<template>