Skip to content

Commit

Permalink
change width&height
Browse files Browse the repository at this point in the history
  • Loading branch information
mooncityorg authored Jan 28, 2025
1 parent d40f409 commit 9efec65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/use-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const initialBlockData: UIBlock = {
boundingBox: {
top: 0,
left: 0,
width: 0,
height: 0,
width: 10,
height: 10,
},
};

Expand Down

0 comments on commit 9efec65

Please sign in to comment.