mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
code: workfloweditor,tsx,nextjs (1 files)
This commit is contained in:
@@ -8,11 +8,9 @@ import {
|
||||
Typography,
|
||||
Chip,
|
||||
MenuItem,
|
||||
Select,
|
||||
FormControl,
|
||||
InputLabel,
|
||||
IconButton,
|
||||
Grid,
|
||||
} from '@mui/material'
|
||||
import {
|
||||
Add as AddIcon,
|
||||
@@ -28,7 +26,7 @@ import {
|
||||
import { toast } from 'sonner'
|
||||
import { createWorkflowEngine, type WorkflowExecutionResult as WFExecResult } from '@/lib/workflow-engine'
|
||||
import type { Workflow, WorkflowNode, WorkflowEdge, LuaScript } from '@/lib/level-types'
|
||||
import { Input, Label, Badge, Button, Textarea, Select as UISelect, SelectTrigger, SelectValue, SelectContent, SelectItem } from '@/components/ui'
|
||||
import { Input, Label, Badge, Button, Textarea, Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from '@/components/ui'
|
||||
import { CardTitle, CardDescription } from '@/components/ui'
|
||||
|
||||
interface WorkflowEditorProps {
|
||||
|
||||
Reference in New Issue
Block a user