🔄 engine.ts

This commit is contained in:
nirholas
2026-03-31 10:23:40 +00:00
parent 9717be8074
commit 10beb864ae

View File

@@ -4,3 +4,4 @@ import { createYogaLayoutNode } from './yoga.js'
export function createLayoutNode(): LayoutNode {
return createYogaLayoutNode()
}