mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-13 16:14:07 -08:00
fix tests
This commit is contained in:
parent
ce8208e56b
commit
e8ec784214
|
@ -1,9 +1,5 @@
|
|||
import { createPinia, setActivePinia } from 'pinia';
|
||||
import {
|
||||
generateCloudDashboardAutoLoginLink,
|
||||
generateUpgradeLink,
|
||||
useUIStore,
|
||||
} from '@/stores/ui.store';
|
||||
import { generateUpgradeLink, useUIStore } from '@/stores/ui.store';
|
||||
import { useSettingsStore } from '@/stores/settings.store';
|
||||
import { useUsersStore } from '@/stores/users.store';
|
||||
import { merge } from 'lodash-es';
|
||||
|
|
Loading…
Reference in a new issue