mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added Image
to components
This commit is contained in:
parent
f46b3a4bf7
commit
2af42b80e7
6
packages/app/src/components/Image/index.jsx
Normal file
6
packages/app/src/components/Image/index.jsx
Normal file
@ -0,0 +1,6 @@
|
||||
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" />
|
@ -23,6 +23,7 @@ export { default as Navigation } from "./Navigation"
|
||||
export { default as ImageUploader } from "./ImageUploader"
|
||||
export { default as ImageViewer } from "./ImageViewer"
|
||||
export { default as Login } from "./Login"
|
||||
export { default as Image } from "./Image"
|
||||
|
||||
// BUTTONS
|
||||
export { default as LikeButton } from "./LikeButton"
|
||||
|
Loading…
x
Reference in New Issue
Block a user