diff --git a/Data.js b/Data.js new file mode 100644 index 0000000..37a5b1f --- /dev/null +++ b/Data.js @@ -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" + }, +];