From 56114e3bf0deb112cc1983f54e31d9ce5cd3e62c Mon Sep 17 00:00:00 2001 From: theoplawinski Date: Tue, 16 Jul 2024 17:22:17 +0200 Subject: [PATCH] Fixed LazyImage imports --- apps/front/src/components/lazyImage/LazyImage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/front/src/components/lazyImage/LazyImage.tsx b/apps/front/src/components/lazyImage/LazyImage.tsx index 621967f..287f58e 100644 --- a/apps/front/src/components/lazyImage/LazyImage.tsx +++ b/apps/front/src/components/lazyImage/LazyImage.tsx @@ -1,7 +1,6 @@ +import { CSSProperties, useEffect, useRef, useState } from "react" import { cls } from "@cher-ami/utils" import css from "./LazyImage.module.scss" -import { CSSProperties } from "preact/compat" -import { useRef, useState, useEffect } from "preact/hooks" interface IProps { src?: string