mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
code: tsx,nextjs,frontends (3 files)
This commit is contained in:
1
frontends/nextjs/src/components/LuaBlocksEditor.tsx
Normal file
1
frontends/nextjs/src/components/LuaBlocksEditor.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { LuaBlocksEditor } from './editors/lua/LuaBlocksEditor'
|
||||
1
frontends/nextjs/src/components/LuaEditor.tsx
Normal file
1
frontends/nextjs/src/components/LuaEditor.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { LuaEditor } from './editors/lua/LuaEditor'
|
||||
1
frontends/nextjs/src/components/WorkflowEditor.tsx
Normal file
1
frontends/nextjs/src/components/WorkflowEditor.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { WorkflowEditor } from './workflow/WorkflowEditor'
|
||||
Reference in New Issue
Block a user