Skip to content

Commit 4c8030f

Browse files
committed
Update shapes-drawer.jsx
1 parent 620abc8 commit 4c8030f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shapes-drawer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function ShapesDrawer({ shapes, stroke, fill, timing }) {
4444
}
4545
}
4646
}, play)
47-
47+
4848
const init = () => {
4949
if (typeof window !== "undefined") {
5050
const canvas = ref.current

0 commit comments

Comments
 (0)