code: node,nextjs,frontends (1 files)

This commit is contained in:
2025-12-26 03:33:16 +00:00
parent 9e0d67e1f1
commit 4965efc8ed

View File

@@ -1,4 +1,4 @@
import { getAdapter } from '../../../../core/dbal-client'
import { getAdapter } from '../../../dbal-client'
export async function deleteComponentNode(nodeId: string): Promise<void> {
const adapter = getAdapter()