From fde23bb4131379831475f1d93cd1913392c17cfd Mon Sep 17 00:00:00 2001
From: Maximilian Leo Huber <maximilian.huber@uni-bielefeld.de>
Date: Sat, 7 Sep 2024 20:21:08 +0000
Subject: [PATCH] removed unused import

---
 src/components/HomeAnimation.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/HomeAnimation.tsx b/src/components/HomeAnimation.tsx
index a3613e37..c5b7ffd3 100644
--- a/src/components/HomeAnimation.tsx
+++ b/src/components/HomeAnimation.tsx
@@ -3,7 +3,6 @@ import { useGSAP } from "@gsap/react";
 import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
 import { useRef } from 'react';
 import { MotionPathPlugin } from "gsap/dist/MotionPathPlugin";
-import vectorImg from "https://static.igem.wiki/teams/5247/placeholders/vector.webp";
 
 export function HomeAnim() {
   gsap.registerPlugin(useGSAP);
-- 
GitLab