mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
|
import it from './it'
|
||
|
import en from './en'
|
||
|
|
||
|
export default {
|
||
|
it, en
|
||
|
}
|