From c26dd65433b25ce29920dafd48b4a17873544a59 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 15 Mar 2026 13:50:25 +0100 Subject: [PATCH] fix: Repair Gate.tsx component to fix TypeScript build error --- app/components/Gate.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/components/Gate.tsx b/app/components/Gate.tsx index e9cfa75..46ff35a 100644 --- a/app/components/Gate.tsx +++ b/app/components/Gate.tsx @@ -33,9 +33,7 @@ function ParticleRing() { ); } +