mirror of
https://github.com/PaiGramTeam/PaiGramDocs.git
synced 2024-11-23 00:11:32 +00:00
11 lines
132 B
TypeScript
11 lines
132 B
TypeScript
|
import { github } from './meta'
|
||
|
|
||
|
const socialLinks = [
|
||
|
{
|
||
|
icon: 'github',
|
||
|
link: github,
|
||
|
},
|
||
|
]
|
||
|
|
||
|
export default socialLinks
|