This commit is contained in:
DirkSchlossmacher 2023-11-14 10:01:55 +01:00
parent 45cd44286d
commit e45b567d1d

View File

@ -1,4 +1,4 @@
import { useEffect, useRef, useMemo, useCallback } from "react"; import { useEffect, useRef, useMemo, useCallback, useState } from "react";
import Image from 'next/image'; // Import the Image component from Next.js import Image from 'next/image'; // Import the Image component from Next.js
import styles from "./home.module.scss"; import styles from "./home.module.scss";