mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-09 01:04:16 +00:00
7 lines
223 B
JavaScript
Executable File
7 lines
223 B
JavaScript
Executable File
import React from "react"
|
|
import { LazyLoadImage } from "react-lazy-load-image-component"
|
|
|
|
import "react-lazy-load-image-component/src/effects/blur.css"
|
|
|
|
export default (props) => <LazyLoadImage {...props} effect="blur" />
|