tambahannnya
This commit is contained in:
26
src/con/sosmed.ts
Normal file
26
src/con/sosmed.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
const sosmed = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Youtube",
|
||||
href: "https://youtube.com",
|
||||
}
|
||||
]
|
||||
|
||||
export default sosmed
|
||||
Reference in New Issue
Block a user