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