Skip to content
Snippets Groups Projects
Commit de551b04 authored by Maximilian Leo Huber's avatar Maximilian Leo Huber
Browse files

removed unused refs

parent a3b32362
No related branches found
No related tags found
No related merge requests found
Pipeline #415488 failed
...@@ -37,8 +37,6 @@ export function Home() { ...@@ -37,8 +37,6 @@ export function Home() {
}, [location.search]); }, [location.search]);
const vectorRef = useRef(null); const vectorRef = useRef(null);
const payloadRef = useRef(null);
const inhalatorRef = useRef(null);
useGSAP( useGSAP(
() => { () => {
...@@ -70,9 +68,10 @@ export function Home() { ...@@ -70,9 +68,10 @@ export function Home() {
<div className="row"> <div className="row">
<div className="col"> <div className="col">
<svg id="svg" xmlns="" viewBox="0 0 1980 4400"> <svg id="svg" xmlns="" viewBox="0 0 1980 4400">
<path class="theLine" d=" <path className="theLine" d="
M 50 50 S 540 200 540 1000 S -300 1200 540 2000 S -600 2200 540 3000 S 0 4000 540 4000 L 540 4500" M 50 50 S 540 200 540 1000 S -300 1200 540 2000 S -600 2200 540 3000 S 0 4000 540 4000 L 540 4500"
file="none" stroke="white" stroke-width="10px"></path> file="none" stroke="white" stroke-width="10px">
</path>
</svg> </svg>
<img ref={vectorRef} src={vectorImg} alt="vectorImg"/> <img ref={vectorRef} src={vectorImg} alt="vectorImg"/>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment