remove unused imports

This commit is contained in:
Tom Elliott 2025-06-09 17:00:28 +12:00
parent 6fec76ffed
commit b0704cea85
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import { motion, MotionValue, useScroll, useTransform } from "motion/react";
import Link from "next/link";
import { useEffect, useRef } from "react";
import { useRef } from "react";
const collaborators = {
aotearoa: Array.from({ length: 16 }).map((x, i) => `Organisation ${i}`),

View File

@ -4,7 +4,6 @@ import useWindow from "@/app/(website)/hooks/useWindow";
import { HomeProject, Project } from "@payload-types";
import { RichText } from "@payloadcms/richtext-lexical/react";
import { motion, useScroll, useTransform } from "motion/react";
import Image from "next/image";
import Link from "next/link";
import { useRef, useState } from "react";
import PayloadImage from "../../PayloadImage";