refactor(editor): Fix lint issue (no-changelog) (#6884)

This commit is contained in:
Mutasem Aldmour 2023-08-09 09:45:02 +02:00 committed by GitHub
parent a0f9b2eefe
commit aa76dcbdfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';