code: workflows,nextjs,frontends (1 files)

This commit is contained in:
2025-12-25 22:36:17 +00:00
parent 32aacfa910
commit ccf822eb2d

View File

@@ -1,5 +1,5 @@
import { Database } from '@/lib/database'
import type { Workflow, WorkflowNode, WorkflowEdge } from '@/lib/level-types'
import type { Workflow } from '@/lib/level-types'
export async function initializeWorkflows() {
const existingWorkflows = await Database.getWorkflows()