mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 04:54:16 +00:00
6 lines
222 B
JavaScript
Executable File
6 lines
222 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" /> |