mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 17:02:49 +02:00
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
|
export default {
|
||
|
iconLinks: [
|
||
|
{
|
||
|
icon: 'github',
|
||
|
href: 'https://github.com/dcronqvist/DotTiled',
|
||
|
title: 'GitHub'
|
||
|
}
|
||
|
]
|
||
|
}
|