mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
refactor: Rename NodeView.v2 to NodeView (no-changelog) (#13421)
This commit is contained in:
parent
57a9a5b15f
commit
eb27465e57
|
@ -27,7 +27,7 @@ const ForgotMyPasswordView = async () => await import('./views/ForgotMyPasswordV
|
||||||
const MainHeader = async () => await import('@/components/MainHeader/MainHeader.vue');
|
const MainHeader = async () => await import('@/components/MainHeader/MainHeader.vue');
|
||||||
const MainSidebar = async () => await import('@/components/MainSidebar.vue');
|
const MainSidebar = async () => await import('@/components/MainSidebar.vue');
|
||||||
const CanvasChat = async () => await import('@/components/CanvasChat/CanvasChat.vue');
|
const CanvasChat = async () => await import('@/components/CanvasChat/CanvasChat.vue');
|
||||||
const NodeView = async () => await import('@/views/NodeView.v2.vue');
|
const NodeView = async () => await import('@/views/NodeView.vue');
|
||||||
const WorkflowExecutionsView = async () => await import('@/views/WorkflowExecutionsView.vue');
|
const WorkflowExecutionsView = async () => await import('@/views/WorkflowExecutionsView.vue');
|
||||||
const WorkflowExecutionsLandingPage = async () =>
|
const WorkflowExecutionsLandingPage = async () =>
|
||||||
await import('@/components/executions/workflow/WorkflowExecutionsLandingPage.vue');
|
await import('@/components/executions/workflow/WorkflowExecutionsLandingPage.vue');
|
||||||
|
|
Loading…
Reference in a new issue