mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { type INodeTypeDescription } from 'n8n-workflow';
|
||||
import type { IVersionNode } from '../Interface';
|
||||
import { useRootStore } from '../stores/root.store';
|
||||
import { useRootStore } from '@n8n/stores/useRootStore';
|
||||
import { useUIStore } from '../stores/ui.store';
|
||||
import { getThemedValue } from './nodeTypesUtils';
|
||||
import { isNodePreviewKey } from '../components/Node/NodeCreator/utils';
|
||||
|
||||
Reference in New Issue
Block a user