Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Create Explorer5.js
Browse files Browse the repository at this point in the history
  • Loading branch information
veridelisi authored Nov 18, 2022
1 parent 90d2432 commit 2a6c15d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Explorer5.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from "react"

// public/images/twitter.png

export default function Explorer5({index}) {
return (
<div>
<h3>Ad: {index.ad}</h3>
<p>Yaş: {index.yas}</p>
<img src={ `./images/${index.picture}` }

</div>
)
}

0 comments on commit 2a6c15d

Please sign in to comment.