console.log ui
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 30s
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 30s
This commit is contained in:
parent
b29cf74629
commit
497bc4fd01
@ -71,7 +71,11 @@ export default function Index() {
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
{containerWidth} - {containerHeight}
|
||||
<div className="flex flex-col">
|
||||
<p>{containerWidth} - {containerHeight}</p>
|
||||
<p>firstDragable: {...Object.entries(firstDragable)}</p>
|
||||
<p>secondDragable: {...Object.entries(secondDragable)}</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user