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

Commit

Permalink
Create Data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
veridelisi authored Nov 18, 2022
1 parent 878dd96 commit 7103118
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export default [
{
ad: "Engin",
yas: "40",
picture: "twitter.png"
},

{
ad: "Emre",
yas: "30",
picture: "twitter.png"
},
{
ad: "Su",
yas: "4",
picture: "twitter.png"
},
];

0 comments on commit 7103118

Please sign in to comment.