26 lines
416 B
TypeScript
26 lines
416 B
TypeScript
|
|
|
|
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 |