diff --git a/frontends/nextjs/src/components/LuaBlocksEditor.tsx b/frontends/nextjs/src/components/LuaBlocksEditor.tsx new file mode 100644 index 000000000..5ec1372a7 --- /dev/null +++ b/frontends/nextjs/src/components/LuaBlocksEditor.tsx @@ -0,0 +1 @@ +export { LuaBlocksEditor } from './editors/lua/LuaBlocksEditor' diff --git a/frontends/nextjs/src/components/LuaEditor.tsx b/frontends/nextjs/src/components/LuaEditor.tsx new file mode 100644 index 000000000..6f1dbefff --- /dev/null +++ b/frontends/nextjs/src/components/LuaEditor.tsx @@ -0,0 +1 @@ +export { LuaEditor } from './editors/lua/LuaEditor' diff --git a/frontends/nextjs/src/components/WorkflowEditor.tsx b/frontends/nextjs/src/components/WorkflowEditor.tsx new file mode 100644 index 000000000..2a6a900b5 --- /dev/null +++ b/frontends/nextjs/src/components/WorkflowEditor.tsx @@ -0,0 +1 @@ +export { WorkflowEditor } from './workflow/WorkflowEditor'