mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
ci: Enforce no unused imports (no-changelog) (#6073)
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
|
||||
import type { ICredentialsResponse, IUser, NewCredentialsModal } from '@/Interface';
|
||||
import type { ICredentialsResponse, IUser } from '@/Interface';
|
||||
|
||||
import type {
|
||||
CredentialInformation,
|
||||
|
||||
Reference in New Issue
Block a user