Skip to content

Commit fc5a5e6

Browse files
committed
fix typescript error
1 parent 3303469 commit fc5a5e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ui/src/page/ZustandDemo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function ZustandDemo() {
77
const particleCount = ConfettiStore((state: any) => state.particleCount);
88
const shapeSize = ConfettiStore((state: any) => state.shapeSize);
99
const spreadDeg = ConfettiStore((state: any) => state.spreadDeg);
10-
const colors = ConfettiStore((state: any) => state.colors);
1110
const fadeOutHeight = ConfettiStore((state: any) => state.fadeOutHeight);
1211
const setMode = ConfettiStore((state: any) => state.setMode);
1312

0 commit comments

Comments
 (0)