mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
refactor(core): Switch over all user-management routes to use decorators (#5115)
This commit is contained in:
committed by
GitHub
parent
08a90d7e09
commit
845f0f9d20
@@ -1,5 +1,5 @@
|
||||
import { NodeCreator } from '../pages/features/node-creator';
|
||||
import { INodeTypeDescription } from '../../packages/workflow';
|
||||
import { INodeTypeDescription } from 'n8n-workflow';
|
||||
import CustomNodeFixture from '../fixtures/Custom_node.json';
|
||||
import { DEFAULT_USER_EMAIL, DEFAULT_USER_PASSWORD } from '../constants';
|
||||
import { randFirstName, randLastName } from '@ngneat/falso';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { BasePage } from '../base';
|
||||
import { INodeTypeDescription } from '../../packages/workflow';
|
||||
import { INodeTypeDescription } from 'n8n-workflow';
|
||||
|
||||
export class NodeCreator extends BasePage {
|
||||
url = '/workflow/new';
|
||||
|
||||
Reference in New Issue
Block a user