mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08: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 a new issue