Skip to content

Commit 3e8e189

Browse files
committed
update src
1 parent ad9396d commit 3e8e189

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/matter.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ const MatterSimulation = () => {
8484

8585
return(
8686
<div>
87-
<canvas ref={canvasRef} />
87+
<canvas ref={canvasRef}>
88+
</canvas>
8889
</div>
8990
);
9091
};

0 commit comments

Comments
 (0)