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

added imports

parent a4c9d2c7
No related branches found
No related tags found
No related merge requests found
Pipeline #416373 passed
import { useEffect } from "react"; import { useEffect } from "react";
import { useLocation } from "react-router-dom"; import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../utils/openFromOtherpAge"; import { openFromOtherPage } from "../utils/openFromOtherpAge";
import gsap from "gsap";
import { useGSAP } from "@gsap/react";
import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
import { useRef } from 'react';
import { MotionPathPlugin } from "gsap/dist/MotionPathPlugin";
export function Home() { export function Home() {
const location = useLocation(); const location = useLocation();
......
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