From 497bc4fd01b15addcd24836205e9f70c6daea95b Mon Sep 17 00:00:00 2001 From: christian Date: Sat, 2 Nov 2024 23:35:06 +0100 Subject: [PATCH] console.log ui --- app/routes/_index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index c28915a..c65702d 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -71,7 +71,11 @@ export default function Index() { )} - {containerWidth} - {containerHeight} +
+

{containerWidth} - {containerHeight}

+

firstDragable: {...Object.entries(firstDragable)}

+

secondDragable: {...Object.entries(secondDragable)}

+
); }