Skip to content

Commit

Permalink
Fixed LazyImage imports
Browse files Browse the repository at this point in the history
  • Loading branch information
theoplawinski committed Jul 16, 2024
1 parent 49ccd03 commit 56114e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/front/src/components/lazyImage/LazyImage.tsx
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 56114e3

Please sign in to comment.