diff --git a/components/landing/particles.tsx b/components/landing/particles.tsx index cb38c7c..c18c3a6 100644 --- a/components/landing/particles.tsx +++ b/components/landing/particles.tsx @@ -1,3 +1,4 @@ +/* eslint-disable react-hooks/exhaustive-deps */ "use client"; import React, { useRef, useEffect } from "react";