diff --git a/src/components/FadeIn.tsx b/src/components/FadeIn.tsx index 94bcfc8e2b0b4cd9afd8a6050be118e97e89c936..a11491aa320cf10c846b31d25261dacb802458c0 100644 --- a/src/components/FadeIn.tsx +++ b/src/components/FadeIn.tsx @@ -1,5 +1,4 @@ import { useEffect, useRef, useState } from "react"; -import { SpacingBlock } from "./SpacingBlock"; export function FadeIn({filepath}:{filepath: string}){ const [isVisible, setVisible] = useState(false);