mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
refactor(editor): Fix lint issue (no-changelog) (#6884)
This commit is contained in:
parent
a0f9b2eefe
commit
aa76dcbdfa
|
|
@ -2,7 +2,6 @@ import type { Ref } from 'vue';
|
|||
import { ref } from 'vue';
|
||||
import { defineStore } from 'pinia';
|
||||
import { useUsersStore } from '@/stores/users.store';
|
||||
import { useSegment } from '@/stores/segment.store';
|
||||
import { useRootStore } from '@/stores/n8nRoot.store';
|
||||
import { useSettingsStore } from '@/stores/settings.store';
|
||||
import type { FeatureFlags } from 'n8n-workflow';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user