This commit is contained in:
2025-03-22 17:15:35 +00:00
parent 0e11c4153d
commit 8a54bb29fb
11 changed files with 204 additions and 32 deletions

View File

@@ -94,7 +94,7 @@ export default function Home() {
y={item.y}
width={item.width}
height={item.height}
componentsId={item.componentsId}
widgetsId={item.widgetsId}
/>
))}
</DraggablePanel>