diff --git a/apps/array/src/renderer/components/TorchGlow.tsx b/apps/array/src/renderer/components/TorchGlow.tsx index ee6dc0814..c9a5746b4 100644 --- a/apps/array/src/renderer/components/TorchGlow.tsx +++ b/apps/array/src/renderer/components/TorchGlow.tsx @@ -2,7 +2,7 @@ import { useThemeStore } from "@stores/themeStore"; import { useEffect, useState } from "react"; interface TorchGlowProps { - containerRef: React.RefObject; + containerRef: React.RefObject; } export function TorchGlow({ containerRef }: TorchGlowProps) {