karusell
This commit is contained in:
9
src/components/ImageViewer.tsx
Normal file
9
src/components/ImageViewer.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
function ImageViewer({key, url}:{key:string, url:string}) {
|
||||
return (
|
||||
<img key={key} src={url} />
|
||||
)
|
||||
}
|
||||
|
||||
export default ImageViewer
|
||||
Reference in New Issue
Block a user