mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-23 23:01:44 +00:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
|
import it from 'svg-country-flags/svg/it.svg'
|
||
|
import gb from 'svg-country-flags/svg/gb.svg'
|
||
|
|
||
|
export default {
|
||
|
it,
|
||
|
en: gb
|
||
|
}
|