fix: Repair Gate.tsx component to fix TypeScript build error

This commit is contained in:
Pixel
2026-03-15 13:50:25 +01:00
parent 564c824637
commit c26dd65433
+2 -3
View File
@@ -33,9 +33,7 @@ function ParticleRing() {
<bufferGeometry>
<bufferAttribute
attach="attributes-position"
count={particleCount}
array={positions}
itemSize={3}
args={[positions, 3]}
/>
</bufferGeometry>
<pointsMaterial
@@ -61,3 +59,4 @@ export default function Gate() {
</div>
);
}