docs: add run process to layouting example

This commit is contained in:
braks
2024-02-06 13:10:58 +01:00
parent 0ae75025b6
commit 7bd29964a8
6 changed files with 213 additions and 24 deletions
+2
View File
@@ -1,2 +1,4 @@
export { default as LayoutApp } from './App.vue?raw'
export { default as LayoutElements } from './initial-elements.js?raw'
export { default as LayoutNode } from './ProcessNode.vue?raw'
export { default as LayoutScript } from './useRunProcess.js?raw'