From 7103118a47e117644f6903a9ac30657f34ac3a72 Mon Sep 17 00:00:00 2001 From: veridelisi <72710290+veridelisi@users.noreply.github.com> Date: Fri, 18 Nov 2022 10:30:25 +0300 Subject: [PATCH] Create Data.js --- Data.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Data.js 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" + }, +];