mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Enforce no unused imports (no-changelog) (#6073)
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import type { ICredentialType } from 'n8n-workflow';
|
||||
import Vue, { defineComponent } from 'vue';
|
||||
import { defineComponent } from 'vue';
|
||||
import ScopesNotice from '@/components/ScopesNotice.vue';
|
||||
import NodeCredentials from '@/components/NodeCredentials.vue';
|
||||
import { mapStores } from 'pinia';
|
||||
|
||||
Reference in New Issue
Block a user