remove unused imports
This commit is contained in:
parent
6fec76ffed
commit
b0704cea85
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { motion, MotionValue, useScroll, useTransform } from "motion/react";
|
import { motion, MotionValue, useScroll, useTransform } from "motion/react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useEffect, useRef } from "react";
|
import { useRef } from "react";
|
||||||
|
|
||||||
const collaborators = {
|
const collaborators = {
|
||||||
aotearoa: Array.from({ length: 16 }).map((x, i) => `Organisation ${i}`),
|
aotearoa: Array.from({ length: 16 }).map((x, i) => `Organisation ${i}`),
|
||||||
|
|||||||
@ -4,7 +4,6 @@ import useWindow from "@/app/(website)/hooks/useWindow";
|
|||||||
import { HomeProject, Project } from "@payload-types";
|
import { HomeProject, Project } from "@payload-types";
|
||||||
import { RichText } from "@payloadcms/richtext-lexical/react";
|
import { RichText } from "@payloadcms/richtext-lexical/react";
|
||||||
import { motion, useScroll, useTransform } from "motion/react";
|
import { motion, useScroll, useTransform } from "motion/react";
|
||||||
import Image from "next/image";
|
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useRef, useState } from "react";
|
import { useRef, useState } from "react";
|
||||||
import PayloadImage from "../../PayloadImage";
|
import PayloadImage from "../../PayloadImage";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user